From cefe086fa0a094f6accab26afb6ed3eab5ef5e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 17 Mar 2018 21:55:25 -0700 Subject: [PATCH] Cleanup. --- src/shader_spirv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shader_spirv.h b/src/shader_spirv.h index 309eca74a..8514ad1ab 100644 --- a/src/shader_spirv.h +++ b/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);