1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-03 04:24:11 +01:00

[d3d11] Report MapOnDefaultTextures feature as unsupported

Bad things can happen if we leave this undefined.
This commit is contained in:
Philip Rebohle 2019-09-17 14:20:20 +02:00
parent ebc394218a
commit dda89a075e
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -1648,6 +1648,7 @@ namespace dxvk {
info->TypedUAVLoadAdditionalFormats = features.core.features.shaderStorageImageReadWithoutFormat;
info->ROVsSupported = FALSE;
info->ConservativeRasterizationTier = D3D11_CONSERVATIVE_RASTERIZATION_NOT_SUPPORTED;
info->MapOnDefaultTextures = FALSE;
info->TiledResourcesTier = D3D11_TILED_RESOURCES_NOT_SUPPORTED;
info->StandardSwizzle = FALSE;
info->UnifiedMemoryArchitecture = FALSE; // Maybe on some APUs?