mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
spirv: Fixed stack corruption.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user