summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-01-13 10:21:33 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2021-01-13 10:21:33 +0100
commitd9a15a935bbe3e4efc42f93662631702bae615d0 (patch)
tree274986bbea611613224aee1fb40185a47476d823 /src/video_core/vulkan_common
parentMerge pull request #5340 from Morph1984/gcc-warnings (diff)
downloadyuzu-d9a15a935bbe3e4efc42f93662631702bae615d0.tar
yuzu-d9a15a935bbe3e4efc42f93662631702bae615d0.tar.gz
yuzu-d9a15a935bbe3e4efc42f93662631702bae615d0.tar.bz2
yuzu-d9a15a935bbe3e4efc42f93662631702bae615d0.tar.lz
yuzu-d9a15a935bbe3e4efc42f93662631702bae615d0.tar.xz
yuzu-d9a15a935bbe3e4efc42f93662631702bae615d0.tar.zst
yuzu-d9a15a935bbe3e4efc42f93662631702bae615d0.zip
Diffstat (limited to 'src/video_core/vulkan_common')
-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"),
};