mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests: Add test for D3D12_FEATURE_ARCHITECTURE.
This commit is contained in:
@@ -1266,6 +1266,14 @@ typedef struct D3D12_COMMAND_QUEUE_DESC
|
||||
UINT NodeMask;
|
||||
} D3D12_COMMAND_QUEUE_DESC;
|
||||
|
||||
typedef struct D3D12_FEATURE_DATA_ARCHITECTURE
|
||||
{
|
||||
UINT NodeIndex;
|
||||
BOOL TileBasedRenderer;
|
||||
BOOL UMA;
|
||||
BOOL CacheCoherentUMA;
|
||||
} D3D12_FEATURE_DATA_ARCHITECTURE;
|
||||
|
||||
typedef struct D3D12_FEATURE_DATA_FORMAT_INFO
|
||||
{
|
||||
DXGI_FORMAT Format;
|
||||
|
Reference in New Issue
Block a user