include/d3d9: Update D3DQUERYTYPE enum.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Józef Kucia 2017-05-23 13:11:42 +02:00 committed by Alexandre Julliard
parent 131091dcc9
commit 678f6bbdb4
1 changed files with 2 additions and 1 deletions

View File

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