Branimir Karadžić 7 years ago
parent
commit
cefe086fa0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/shader_spirv.h

+ 1 - 1
src/shader_spirv.h

@@ -601,7 +601,7 @@ namespace bgfx
 		bool hasType;
 		bool hasResult;
 
-		SpvOperand operand[16];
+		SpvOperand operand[32];
 	};
 
 	int32_t read(bx::ReaderI* _reader, SpvInstruction& _instruction, bx::Error* _err);