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);