diff --git a/src/d3d11/d3d11_device.cpp b/src/d3d11/d3d11_device.cpp index 1607af6c9..6c7ba8061 100644 --- a/src/d3d11/d3d11_device.cpp +++ b/src/d3d11/d3d11_device.cpp @@ -1471,7 +1471,6 @@ namespace dxvk { enabled.core.features.tessellationShader = VK_TRUE; // TODO enable unconditionally once RADV gains support enabled.core.features.shaderStorageImageMultisample = supported.core.features.shaderStorageImageMultisample; - enabled.core.features.shaderStorageImageReadWithoutFormat = supported.core.features.shaderStorageImageReadWithoutFormat; enabled.core.features.shaderStorageImageWriteWithoutFormat = VK_TRUE; } diff --git a/src/dxbc/dxbc_options.h b/src/dxbc/dxbc_options.h index e902659d5..b94669afb 100644 --- a/src/dxbc/dxbc_options.h +++ b/src/dxbc/dxbc_options.h @@ -9,7 +9,6 @@ namespace dxvk { DxbcOptions(const Rc& device); /// Use the ShaderImageReadWithoutFormat capability. - /// Enabled by default on GPUs which support this. bool useStorageImageReadWithoutFormat = false; /// Defer kill operation to the end of the shader.