=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: include/d3d11: Add D3D11_BUFFEREX_SRV_FLAG_RAW.

Alexandre Julliard julliard at winehq.org
Thu Jan 26 14:53:15 CST 2017


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

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Thu Jan 26 13:13:46 2017 +0100

include/d3d11: Add D3D11_BUFFEREX_SRV_FLAG_RAW.

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 d2b3836..ad676c7 100644
--- a/include/d3d11.idl
+++ b/include/d3d11.idl
@@ -595,6 +595,11 @@ typedef enum D3D11_DSV_FLAG
     D3D11_DSV_READ_ONLY_STENCIL = 0x2,
 } D3D11_DSV_FLAG;
 
+typedef enum D3D11_BUFFEREX_SRV_FLAG
+{
+    D3D11_BUFFEREX_SRV_FLAG_RAW = 0x1,
+} D3D11_BUFFEREX_SRV_FLAG;
+
 typedef enum D3D11_UAV_FLAG
 {
     D3D11_BUFFER_UAV_FLAG_RAW     = 0x1,




More information about the wine-cvs mailing list