=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: include: Add D3D11_QUERY_MISC_FLAG declaration.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Oct 27 11:06:36 CDT 2015


Module: wine
Branch: master
Commit: dd2c14462e341f3488d06fa69e1e6a4bd3dd7d8e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=dd2c14462e341f3488d06fa69e1e6a4bd3dd7d8e

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Tue Oct 27 03:02:34 2015 +0100

include: Add D3D11_QUERY_MISC_FLAG declaration.

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/d3d11.idl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/d3d11.idl b/include/d3d11.idl
index 991070e..cf8d93d 100644
--- a/include/d3d11.idl
+++ b/include/d3d11.idl
@@ -528,6 +528,11 @@ typedef enum D3D11_QUERY
     D3D11_QUERY_SO_OVERFLOW_PREDICATE_STREAM3,
 } D3D11_QUERY;
 
+typedef enum D3D11_QUERY_MISC_FLAG
+{
+    D3D11_QUERY_MISC_PREDICATEHINT = 0x1,
+} D3D11_QUERY_MISC_FLAG;
+
 typedef enum D3D11_ASYNC_GETDATA_FLAG
 {
     D3D11_ASYNC_GETDATA_DONOTFLUSH = 0x0001,




More information about the wine-cvs mailing list