Commit eb18e579 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

include/d3d11: Add D3D11_BUFFEREX_SRV_FLAG_RAW.

parent 7453c835
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment