spirv: Fixed stack corruption.

This commit is contained in:
Branimir Karadžić
2018-03-17 21:32:50 -07:00
parent 3a937e20e4
commit fab9cb5c0b

View File

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