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

Alexandre Julliard julliard at winehq.org
Wed Nov 30 16:56:57 CST 2016


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

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Wed Nov 30 12:47:34 2016 +0100

include: Add missing D3D11_BUFFER_UAV_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 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/include/d3d11.idl b/include/d3d11.idl
index 262c932..3ca697b 100644
--- a/include/d3d11.idl
+++ b/include/d3d11.idl
@@ -543,6 +543,13 @@ typedef enum D3D11_DSV_FLAG
     D3D11_DSV_READ_ONLY_STENCIL = 0x2,
 } D3D11_DSV_FLAG;
 
+typedef enum D3D11_UAV_FLAG
+{
+    D3D11_BUFFER_UAV_FLAG_RAW     = 0x1,
+    D3D11_BUFFER_UAV_FLAG_APPEND  = 0x2,
+    D3D11_BUFFER_UAV_FLAG_COUNTER = 0x4,
+} D3D11_UAV_FLAG;
+
 typedef enum D3D11_INPUT_CLASSIFICATION
 {
     D3D11_INPUT_PER_VERTEX_DATA,




More information about the wine-cvs mailing list