]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/spirvconstants.h
Add generator ID for the SPIR-V compiler
[libs/gl.git] / source / glsl / spirvconstants.h
index b981d191c0940d8f76fdcb3981907b891aab1be6..9e21b26973ea967b8c46581d5fedacb07450d3a5 100644 (file)
@@ -8,7 +8,8 @@ namespace SL {
 enum SpirVConstants
 {
        SPIRV_MAGIC = 0x07230203,
-       SPIRV_MAGIC_REVERSED = 0x03022307
+       SPIRV_MAGIC_REVERSED = 0x03022307,
+       SPIRV_GENERATOR_MSP = 29
 };
 
 enum SpirVOpcode