[PATCH 01/11] include/d3d11: Add D3D11_BUFFEREX_SRV_FLAG_RAW.

Józef Kucia jkucia at codeweavers.com
Thu Jan 26 06:13:46 CST 2017


Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
---

Supersedes patch 129122.

---
 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,
-- 
2.10.2




More information about the wine-patches mailing list