diff --git a/src/shader_spirv.h b/src/shader_spirv.h index c5a37ed3d..309eca74a 100644 --- a/src/shader_spirv.h +++ b/src/shader_spirv.h @@ -601,7 +601,7 @@ namespace bgfx bool hasType; bool hasResult; - SpvOperand operand[10]; + SpvOperand operand[16]; }; int32_t read(bx::ReaderI* _reader, SpvInstruction& _instruction, bx::Error* _err);