enum render::GpuPipelineStatisticsQueryBit
Types of data that can be captured by the pipeline statistics query.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
|
VertexCount |
1 |
Number of vertices processed by input assembly stage. |
PrimitiveCount |
2 |
Number of primitives processed by input assembly stage. |
VertexShaderInvocationCount |
4 |
Number of vertex shader invocations. |
FragmentShaderInvocationCount |
8 |
Number of fragment shader invocations. |
ComputeShaderInvocationCount |
16 |
Number of compute shader invocations. |
ClippingInvocationCount |
32 |
Number of primitives that were processed by the clipping stage. |
ClippingGeneratedPrimitiveCount |
64 |
Number of primitives output by the clipping stage. |