mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
include: Add struct D3D12_QUERY_DATA_PIPELINE_STATISTICS.
This commit is contained in:
parent
471041454d
commit
0379783c29
@ -1661,6 +1661,21 @@ typedef enum D3D12_QUERY_TYPE
|
||||
D3D12_QUERY_TYPE_SO_STATISTICS_STREAM3 = 7,
|
||||
} D3D12_QUERY_TYPE;
|
||||
|
||||
typedef struct D3D12_QUERY_DATA_PIPELINE_STATISTICS
|
||||
{
|
||||
UINT64 IAVertices;
|
||||
UINT64 IAPrimitives;
|
||||
UINT64 VSInvocations;
|
||||
UINT64 GSInvocations;
|
||||
UINT64 GSPrimitives;
|
||||
UINT64 CInvocations;
|
||||
UINT64 CPrimitives;
|
||||
UINT64 PSInvocations;
|
||||
UINT64 HSInvocations;
|
||||
UINT64 DSInvocations;
|
||||
UINT64 CSInvocations;
|
||||
} D3D12_QUERY_DATA_PIPELINE_STATISTICS;
|
||||
|
||||
typedef enum D3D12_PREDICATION_OP
|
||||
{
|
||||
D3D12_PREDICATION_OP_EQUAL_ZERO = 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user