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:
Jeremy Hayes
2021-03-26 15:39:34 -06:00
parent 2c7c84c8ac
commit 97dfbe2c4b
22 changed files with 47 additions and 64 deletions

View File

@@ -1,12 +1,11 @@
spv.bufferhandle4.frag
// Module Version 10000
// Module Version 10300
// Generated by (magic number): 8000a
// Id's are bound by 61
Capability Shader
Capability PhysicalStorageBufferAddressesEXT
Extension "SPV_KHR_physical_storage_buffer"
Extension "SPV_KHR_storage_buffer_storage_class"
1: ExtInstImport "GLSL.std.450"
MemoryModel PhysicalStorageBuffer64EXT GLSL450
EntryPoint Fragment 4 "main"