From 59347f76bc985e8c9c769d4a3eee672cba9c920b Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 24 Apr 2021 22:31:41 +0300 Subject: [PATCH] Fix opcode for matrix inverse --- source/glsl/spirvconstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.43.0