mirror of
https://github.com/KhronosGroup/SPIRV-Cross.git
synced 2024-11-09 22:00:05 +00:00
Merge pull request #187 from KhronosGroup/spirv-1.2
Support SPIR-V 1.2.
This commit is contained in:
commit
c3e6fdc579
@ -707,6 +707,7 @@ static bool is_valid_spirv_version(uint32_t version)
|
||||
case 99:
|
||||
case 0x10000: // SPIR-V 1.0
|
||||
case 0x10100: // SPIR-V 1.1
|
||||
case 0x10200: // SPIR-V 1.2
|
||||
return true;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user