From 393efc3f4d6d89e09221d83e88735ef91f595e82 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Tue, 16 May 2017 18:07:18 +0200 Subject: [PATCH] d3d11.idl: Added D3D11_QUERY_DATA_PIPELINE_STATISTICS declaration. Signed-off-by: Jacek Caban Signed-off-by: Henri Verbeet Signed-off-by: Alexandre Julliard --- include/d3d11.idl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/include/d3d11.idl b/include/d3d11.idl index 371ff2fc835..5c47d832b91 100644 --- a/include/d3d11.idl +++ b/include/d3d11.idl @@ -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,