mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
include: Provide enum flag operators for D3D12_DSV_FLAGS.
This commit is contained in:
parent
f68c1b13be
commit
2ebba52bef
@ -961,6 +961,7 @@ typedef enum D3D12_DSV_FLAGS
|
||||
D3D12_DSV_FLAG_READ_ONLY_DEPTH = 0x1,
|
||||
D3D12_DSV_FLAG_READ_ONLY_STENCIL = 0x2,
|
||||
} D3D12_DSV_FLAGS;
|
||||
cpp_quote("DEFINE_ENUM_FLAG_OPERATORS(D3D12_DSV_FLAGS);")
|
||||
|
||||
typedef struct D3D12_TEX1D_DSV
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user