1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[d3d11] Enable ExtendedDoublesShaderInstructions

This commit is contained in:
Philip Rebohle 2018-08-15 20:12:41 +02:00
parent e113392bb9
commit e271bc490e
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -1148,7 +1148,7 @@ namespace dxvk {
info->MapNoOverwriteOnDynamicBufferSRV = TRUE; info->MapNoOverwriteOnDynamicBufferSRV = TRUE;
info->MultisampleRTVWithForcedSampleCountOne = FALSE; info->MultisampleRTVWithForcedSampleCountOne = FALSE;
info->SAD4ShaderInstructions = FALSE; info->SAD4ShaderInstructions = FALSE;
info->ExtendedDoublesShaderInstructions = FALSE; info->ExtendedDoublesShaderInstructions = TRUE;
info->ExtendedResourceSharing = FALSE; info->ExtendedResourceSharing = FALSE;
} return S_OK; } return S_OK;