Commit 7d0641dd authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

d3d11.idl: Added D3D11_QUERY_DATA_TIMESTAMP_DISJOINT declaration.

parent 1b27aac1
......@@ -1728,6 +1728,12 @@ typedef struct D3D11_AUTHENTICATED_CONFIGURE_OUTPUT
HRESULT ReturnCode;
} D3D11_AUTHENTICATED_CONFIGURE_OUTPUT;
typedef struct D3D11_QUERY_DATA_TIMESTAMP_DISJOINT
{
UINT64 Frequency;
BOOL Disjoint;
} D3D11_QUERY_DATA_TIMESTAMP_DISJOINT;
[
object,
local,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment