mirror of
https://github.com/reactos/wine.git
synced 2024-11-27 21:50:37 +00:00
include: Add missing D3D11_BUFFER_UAV_FLAG declaration.
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
1036c7e7a2
commit
2e8a529088
@ -543,6 +543,13 @@ typedef enum D3D11_DSV_FLAG
|
||||
D3D11_DSV_READ_ONLY_STENCIL = 0x2,
|
||||
} D3D11_DSV_FLAG;
|
||||
|
||||
typedef enum D3D11_UAV_FLAG
|
||||
{
|
||||
D3D11_BUFFER_UAV_FLAG_RAW = 0x1,
|
||||
D3D11_BUFFER_UAV_FLAG_APPEND = 0x2,
|
||||
D3D11_BUFFER_UAV_FLAG_COUNTER = 0x4,
|
||||
} D3D11_UAV_FLAG;
|
||||
|
||||
typedef enum D3D11_INPUT_CLASSIFICATION
|
||||
{
|
||||
D3D11_INPUT_PER_VERTEX_DATA,
|
||||
|
Loading…
Reference in New Issue
Block a user