]> git.tdb.fi Git - libs/gl.git/commitdiff
Fix opcode for matrix inverse
authorMikko Rasa <tdb@tdb.fi>
Sat, 24 Apr 2021 19:31:41 +0000 (22:31 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 24 Apr 2021 19:31:41 +0000 (22:31 +0300)
source/glsl/spirvconstants.h

index 3f780b1b247f706e0a833cc87e2e1555b4ad0844..28f556630a7df31d5115d52f87fa442e335bbd59 100644 (file)
@@ -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,