1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[d3d11] Enable D3D11.3 MapOnDefaultTextures feature

This commit is contained in:
Philip Rebohle 2019-09-17 19:14:14 +02:00
parent c59ab258a5
commit 518d06b9c2
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

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