d3d11.idl: Added D3D11_QUERY_DATA_PIPELINE_STATISTICS declaration.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
298ef9b93b
commit
393efc3f4d
|
@ -1832,6 +1832,21 @@ typedef struct D3D11_QUERY_DATA_TIMESTAMP_DISJOINT
|
|||
BOOL Disjoint;
|
||||
} D3D11_QUERY_DATA_TIMESTAMP_DISJOINT;
|
||||
|
||||
typedef struct D3D11_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;
|
||||
} D3D11_QUERY_DATA_PIPELINE_STATISTICS;
|
||||
|
||||
[
|
||||
object,
|
||||
local,
|
||||
|
|
Loading…
Reference in New Issue