X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fspirvconstants.h;h=28f556630a7df31d5115d52f87fa442e335bbd59;hb=59347f76bc985e8c9c769d4a3eee672cba9c920b;hp=3f780b1b247f706e0a833cc87e2e1555b4ad0844;hpb=91e65bc9e24a6889995081035f6f6f0a78a6c20e;p=libs%2Fgl.git diff --git a/source/glsl/spirvconstants.h b/source/glsl/spirvconstants.h index 3f780b1b..28f55663 100644 --- a/source/glsl/spirvconstants.h +++ b/source/glsl/spirvconstants.h @@ -254,7 +254,7 @@ enum SpirVGlslStd450Opcode GLSL450_SQRT = 31, GLSL450_INVERSE_SQRT = 32, GLSL450_DETERMINANT = 33, - GLSL450_MATRIX_INVERSE = 33, + GLSL450_MATRIX_INVERSE = 34, GLSL450_F_MIN = 37, GLSL450_U_MIN = 38, GLSL450_S_MIN = 39,