renderer_vulkan: Bump minimum SPIRV version
* 1.3 is guaranteed on all 1.1 drivers
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 GPUCode
					GPUCode