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:
Jacek Caban 2017-05-16 18:07:18 +02:00 committed by Alexandre Julliard
parent 298ef9b93b
commit 393efc3f4d
1 changed files with 15 additions and 0 deletions

View File

@ -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,