A counter that holds the number of primitives sent to the clip stage.
SDK
- macOS 10.15+
Framework
- Metal
Declaration
static let clipperInvocations: MTLCommon Counter
A counter that holds the number of primitives sent to the clip stage.
SDK
Framework
static let clipperInvocations: MTLCommon Counter
static let timestamp: MTLCommon Counter
A counter that holds a timestamp.
static let vertex Cycles: MTLCommon Counter
A counter that holds the number of cycles spent in vertex shaders.
static let fragment Cycles: MTLCommon Counter
A counter that holds the number of cycles spent in fragment shaders.
static let tessellation Cycles: MTLCommon Counter
A counter that holds the number of cycles spent in the tesselation stage.
static let post Tessellation Vertex Cycles: MTLCommon Counter
A counter that holds the number of cycles spent in post-tessellation vertex shaders.
static let render Target Write Cycles: MTLCommon Counter
A counter that holds the number of cycles spent writing data to render targets.
static let total Cycles: MTLCommon Counter
A counter that holds the number of cycles spent in the GPU.
static let vertex Invocations: MTLCommon Counter
A counter that holds the number of vertices processed by the vertex shader.
static let tessellation Input Patches: MTLCommon Counter
A counter that holds the number of tessellation patches sent to the tessellation stage.
static let post Tessellation Vertex Invocations: MTLCommon Counter
A counter that holds the number of vertices sent to the post-tessellation vertex shader.
static let clipper Primitives Out: MTLCommon Counter
A counter that holds the number of primitives generated by the clip stage.
static let fragment Invocations: MTLCommon Counter
A counter that holds the number of fragments generated by the rasterizer.
static let fragments Passed: MTLCommon Counter
A counter that holds the number of fragments that pass the scissor, depth, and stencil tests.
static let compute Kernel Invocations: MTLCommon Counter
A counter that holds the number of compute kernel invocations.