Module: wine Branch: master Commit: eb18e57915029fc43805d8c407dde69f7e3fbbd9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=eb18e57915029fc43805d8c407...
Author: Józef Kucia jkucia@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@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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,