Device context command counters. More...
#include <DeviceContext.h>
Public Attributes | |
Uint32 | SetPipelineState = 0 |
The total number of SetPipelineState calls. | |
Uint32 | CommitShaderResources = 0 |
The total number of CommitShaderResources calls. | |
Uint32 | SetVertexBuffers = 0 |
The total number of SetVertexBuffers calls. | |
Uint32 | SetIndexBuffer = 0 |
The total number of SetIndexBuffer calls. | |
Uint32 | SetRenderTargets = 0 |
The total number of SetRenderTargets calls. | |
Uint32 | SetBlendFactors = 0 |
The total number of SetBlendFactors calls. | |
Uint32 | SetStencilRef = 0 |
The total number of SetStencilRef calls. | |
Uint32 | SetViewports = 0 |
The total number of SetViewports calls. | |
Uint32 | SetScissorRects = 0 |
The total number of SetScissorRects calls. | |
Uint32 | ClearRenderTarget = 0 |
The total number of ClearRenderTarget calls. | |
Uint32 | ClearDepthStencil = 0 |
The total number of ClearDepthStencil calls. | |
Uint32 | Draw = 0 |
The total number of Draw calls. | |
Uint32 | DrawIndexed = 0 |
The total number of DrawIndexed calls. | |
Uint32 | DrawIndirect = 0 |
The total number of indirect DrawIndirect calls. | |
Uint32 | DrawIndexedIndirect = 0 |
The total number of indexed indirect DrawIndexedIndirect calls. | |
Uint32 | MultiDraw = 0 |
The total number of MultiDraw calls. | |
Uint32 | MultiDrawIndexed = 0 |
The total number of MultiDrawIndexed calls. | |
Uint32 | DispatchCompute = 0 |
The total number of DispatchCompute calls. | |
Uint32 | DispatchComputeIndirect = 0 |
The total number of DispatchComputeIndirect calls. | |
Uint32 | DispatchTile = 0 |
The total number of DispatchTile calls. | |
Uint32 | DrawMesh = 0 |
The total number of DrawMesh calls. | |
Uint32 | DrawMeshIndirect = 0 |
The total number of DrawMeshIndirect calls. | |
Uint32 | BuildBLAS = 0 |
The total number of BuildBLAS calls. | |
Uint32 | BuildTLAS = 0 |
The total number of BuildTLAS calls. | |
Uint32 | CopyBLAS = 0 |
The total number of CopyBLAS calls. | |
Uint32 | CopyTLAS = 0 |
The total number of CopyTLAS calls. | |
Uint32 | WriteBLASCompactedSize = 0 |
The total number of WriteBLASCompactedSize calls. | |
Uint32 | WriteTLASCompactedSize = 0 |
The total number of WriteTLASCompactedSize calls. | |
Uint32 | TraceRays = 0 |
The total number of TraceRays calls. | |
Uint32 | TraceRaysIndirect = 0 |
The total number of TraceRaysIndirect calls. | |
Uint32 | UpdateSBT = 0 |
The total number of UpdateSBT calls. | |
Uint32 | UpdateBuffer = 0 |
The total number of UpdateBuffer calls. | |
Uint32 | CopyBuffer = 0 |
The total number of CopyBuffer calls. | |
Uint32 | MapBuffer = 0 |
The total number of MapBuffer calls. | |
Uint32 | UpdateTexture = 0 |
The total number of UpdateTexture calls. | |
Uint32 | CopyTexture = 0 |
The total number of CopyTexture calls. | |
Uint32 | MapTextureSubresource = 0 |
The total number of MapTextureSubresource calls. | |
Uint32 | BeginQuery = 0 |
The total number of BeginQuery calls. | |
Uint32 | GenerateMips = 0 |
The total number of GenerateMips calls. | |
Uint32 | ResolveTextureSubresource = 0 |
The total number of ResolveTextureSubresource calls. | |
Uint32 | BindSparseResourceMemory = 0 |
The total number of BindSparseResourceMemory calls. | |
Device context command counters.