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>
This commit is contained in:
parent
7453c835e9
commit
eb18e57915
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue