فهرست منبع

Merge pull request #5341 from ReinUsesLisp/anv-storage

vulkan_device: Remove requirement on shaderStorageImageMultisample
Morph 5 سال پیش
والد
کامیت
baff865d7c
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/video_core/vulkan_common/vulkan_device.cpp

+ 0 - 1
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"),
     };