mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 20:52:10 +01:00
[d3d11] Enable ExtendedDoublesShaderInstructions
This commit is contained in:
parent
e113392bb9
commit
e271bc490e
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user