diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-01-13 10:21:33 +0100 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-01-13 10:21:33 +0100 |
commit | d9a15a935bbe3e4efc42f93662631702bae615d0 (patch) | |
tree | 274986bbea611613224aee1fb40185a47476d823 /src/video_core | |
parent | Merge pull request #5340 from Morph1984/gcc-warnings (diff) | |
download | yuzu-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')
-rw-r--r-- | src/video_core/vulkan_common/vulkan_device.cpp | 1 |
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"), }; |