diff --git a/src/d3d11/d3d11_device.cpp b/src/d3d11/d3d11_device.cpp index 7490e8f6..bb42032f 100644 --- a/src/d3d11/d3d11_device.cpp +++ b/src/d3d11/d3d11_device.cpp @@ -1401,7 +1401,6 @@ namespace dxvk { enabled.core.features.multiDrawIndirect = supported.core.features.multiDrawIndirect; enabled.core.features.shaderFloat64 = supported.core.features.shaderFloat64; enabled.core.features.shaderInt64 = supported.core.features.shaderInt64; - enabled.core.features.shaderStorageImageMultisample = supported.core.features.shaderStorageImageMultisample; enabled.core.features.shaderStorageImageWriteWithoutFormat = VK_TRUE; enabled.core.features.tessellationShader = VK_TRUE; }