summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-01-13 11:00:52 +0100
committerGitHub <noreply@github.com>2021-01-13 11:00:52 +0100
commitbaff865d7c9a1a165e2b4caacd3618966dc4fb03 (patch)
tree274986bbea611613224aee1fb40185a47476d823
parentMerge pull request #5340 from Morph1984/gcc-warnings (diff)
parentvulkan_device: Remove requirement on shaderStorageImageMultisample (diff)
downloadyuzu-baff865d7c9a1a165e2b4caacd3618966dc4fb03.tar
yuzu-baff865d7c9a1a165e2b4caacd3618966dc4fb03.tar.gz
yuzu-baff865d7c9a1a165e2b4caacd3618966dc4fb03.tar.bz2
yuzu-baff865d7c9a1a165e2b4caacd3618966dc4fb03.tar.lz
yuzu-baff865d7c9a1a165e2b4caacd3618966dc4fb03.tar.xz
yuzu-baff865d7c9a1a165e2b4caacd3618966dc4fb03.tar.zst
yuzu-baff865d7c9a1a165e2b4caacd3618966dc4fb03.zip
-rw-r--r--src/video_core/vulkan_common/vulkan_device.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/vulkan_common/vulkan_device.cpp b/src/video_core/vulkan_common/vulkan_device.cpp
index 75173324e..d6f603b99 100644
--- a/src/video_core/vulkan_common/vulkan_device.cpp
+++ b/src/video_core/vulkan_common/vulkan_device.cpp
@@ -604,7 +604,6 @@ void Device::CheckSuitability() const {
std::make_pair(features.occlusionQueryPrecise, "occlusionQueryPrecise"),
std::make_pair(features.fragmentStoresAndAtomics, "fragmentStoresAndAtomics"),
std::make_pair(features.shaderImageGatherExtended, "shaderImageGatherExtended"),
- std::make_pair(features.shaderStorageImageMultisample, "shaderStorageImageMultisample"),
std::make_pair(features.shaderStorageImageWriteWithoutFormat,
"shaderStorageImageWriteWithoutFormat"),
};