1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-29 17:52:18 +01:00

[d3d11] Re-define D3D11_FEATURE_DATA_ARCHITECTURE_INFO

Fixes previous commit on MinGW.
This commit is contained in:
Philip Rebohle 2018-03-17 21:38:35 +01:00
parent 043982d3be
commit ebd46e4109
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -60,4 +60,7 @@ typedef struct D3D11_QUERY_DATA_PIPELINE_STATISTICS {
UINT64 DSInvocations;
UINT64 CSInvocations;
} D3D11_QUERY_DATA_PIPELINE_STATISTICS;
typedef struct D3D11_FEATURE_DATA_ARCHITECTURE_INFO {
BOOL TileBasedDeferredRenderer;
} D3D11_FEATURE_DATA_ARCHITECTURE_INFO;
#endif