D3D12_QUERY_DATA_PIPELINE_STATISTICS1 構造体 (d3d12.h)
構文
typedef struct D3D12_QUERY_DATA_PIPELINE_STATISTICS1 {
UINT64 IAVertices;
UINT64 IAPrimitives;
UINT64 VSInvocations;
UINT64 GSInvocations;
UINT64 GSPrimitives;
UINT64 CInvocations;
UINT64 CPrimitives;
UINT64 PSInvocations;
UINT64 HSInvocations;
UINT64 DSInvocations;
UINT64 CSInvocations;
UINT64 ASInvocations;
UINT64 MSInvocations;
UINT64 MSPrimitives;
} D3D12_QUERY_DATA_PIPELINE_STATISTICS1;
メンバー
IAVertices
IAPrimitives
VSInvocations
GSInvocations
GSPrimitives
CInvocations
CPrimitives
PSInvocations
HSInvocations
DSInvocations
CSInvocations
ASInvocations
MSInvocations
MSPrimitives
要件
要件 | 値 |
---|---|
Header | d3d12.h |