diff --git a/src/d3d11/d3d11_device.cpp b/src/d3d11/d3d11_device.cpp index bd6fddc7..167e5289 100644 --- a/src/d3d11/d3d11_device.cpp +++ b/src/d3d11/d3d11_device.cpp @@ -1633,7 +1633,7 @@ namespace dxvk { enabled.shaderFloat64 = supported.shaderFloat64; enabled.shaderInt64 = supported.shaderInt64; enabled.tessellationShader = VK_TRUE; - enabled.shaderStorageImageReadWithoutFormat = VK_TRUE; + enabled.shaderStorageImageReadWithoutFormat = supported.shaderStorageImageReadWithoutFormat; enabled.shaderStorageImageWriteWithoutFormat = VK_TRUE; }