Update minimum SPIR-V requirement
Require SPIR-V 1.3 when using GL_EXT_buffer_reference. Migrate tests to SPIR-V 1.3 fixture as necessary. Fix extension table key. Fix whitespace.
This commit is contained in:
parent
2c7c84c8ac
commit
97dfbe2c4b
22 changed files with 47 additions and 64 deletions
|
|
@ -1,5 +1,5 @@
|
|||
spv.coopmat.comp
|
||||
// Module Version 10000
|
||||
// Module Version 10300
|
||||
// Generated by (magic number): 8000a
|
||||
// Id's are bound by 228
|
||||
|
||||
|
|
@ -9,9 +9,7 @@ spv.coopmat.comp
|
|||
Capability VulkanMemoryModelKHR
|
||||
Capability PhysicalStorageBufferAddressesEXT
|
||||
Capability CooperativeMatrixNV
|
||||
Extension "SPV_KHR_16bit_storage"
|
||||
Extension "SPV_KHR_physical_storage_buffer"
|
||||
Extension "SPV_KHR_storage_buffer_storage_class"
|
||||
Extension "SPV_KHR_vulkan_memory_model"
|
||||
Extension "SPV_NV_cooperative_matrix"
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue