tests: Add test for D3D12_FEATURE_ARCHITECTURE.

This commit is contained in:
Józef Kucia
2016-10-19 13:10:12 +02:00
parent e0ba2fd2d3
commit 6904282702
2 changed files with 30 additions and 0 deletions

View File

@@ -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;