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:
parent
043982d3be
commit
ebd46e4109
@ -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
|
Loading…
x
Reference in New Issue
Block a user