mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
include: Provide enum flag operators for D3D12_CLEAR_FLAGS.
This commit is contained in:
parent
d61b6a3545
commit
941eefb1c0
@ -1406,6 +1406,7 @@ typedef enum D3D12_CLEAR_FLAGS
|
|||||||
D3D12_CLEAR_FLAG_DEPTH = 0x1,
|
D3D12_CLEAR_FLAG_DEPTH = 0x1,
|
||||||
D3D12_CLEAR_FLAG_STENCIL = 0x2,
|
D3D12_CLEAR_FLAG_STENCIL = 0x2,
|
||||||
} D3D12_CLEAR_FLAGS;
|
} D3D12_CLEAR_FLAGS;
|
||||||
|
cpp_quote("DEFINE_ENUM_FLAG_OPERATORS(D3D12_CLEAR_FLAGS);")
|
||||||
|
|
||||||
typedef struct D3D12_DISCARD_REGION
|
typedef struct D3D12_DISCARD_REGION
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user