Commit 678f6bbd authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

include/d3d9: Update D3DQUERYTYPE enum.

parent 131091dc
......@@ -307,7 +307,8 @@ typedef enum _D3DQUERYTYPE {
D3DQUERYTYPE_VERTEXTIMINGS = 15,
D3DQUERYTYPE_PIXELTIMINGS = 16,
D3DQUERYTYPE_BANDWIDTHTIMINGS = 17,
D3DQUERYTYPE_CACHEUTILIZATION = 18
D3DQUERYTYPE_CACHEUTILIZATION = 18,
D3DQUERYTYPE_MEMORYPRESSURE = 19,
} D3DQUERYTYPE;
#define D3DISSUE_BEGIN (1 << 1)
......
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