X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fspirvconstants.h;h=9e21b26973ea967b8c46581d5fedacb07450d3a5;hp=b981d191c0940d8f76fdcb3981907b891aab1be6;hb=677744faccc5d3ac14fd468267f622ba6187dc74;hpb=75870f0241d874fd4f60ea73bd55b32452b72fc5 diff --git a/source/glsl/spirvconstants.h b/source/glsl/spirvconstants.h index b981d191..9e21b269 100644 --- a/source/glsl/spirvconstants.h +++ b/source/glsl/spirvconstants.h @@ -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