mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
include: Provide enum flag operators for D3D12_RESOURCE_FLAGS.
This commit is contained in:
@@ -329,6 +329,7 @@ typedef enum D3D12_RESOURCE_FLAGS
|
||||
D3D12_RESOURCE_FLAG_ALLOW_CROSS_ADAPTER = 0x10,
|
||||
D3D12_RESOURCE_FLAG_ALLOW_SIMULTANEOUS_ACCESS = 0x20,
|
||||
} D3D12_RESOURCE_FLAGS;
|
||||
cpp_quote("DEFINE_ENUM_FLAG_OPERATORS(D3D12_RESOURCE_FLAGS);")
|
||||
|
||||
typedef struct D3D12_RESOURCE_DESC
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user