Explorar el Código

renderer_vulkan: Bump minimum SPIRV version

* 1.3 is guaranteed on all 1.1 drivers
GPUCode hace 3 años
padre
commit
1522b95658
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/video_core/vulkan_common/vulkan_device.h

+ 1 - 1
src/video_core/vulkan_common/vulkan_device.h

@@ -518,7 +518,7 @@ public:
         if (extensions.spirv_1_4) {
             return 0x00010400U;
         }
-        return 0x00010000U;
+        return 0x00010300U;
     }
 
     /// Returns true when a known debugging tool is attached.