This commit is contained in:
Branimir Karadžić
2016-03-07 15:39:11 -08:00
parent 5c0874f82f
commit 96c8ac71ff
2 changed files with 12 additions and 2 deletions

View File

@@ -781,7 +781,7 @@ namespace bgfx
size += read(_reader, _instruction.result, _err);
}
uint32_t currOp = 0;
uint16_t currOp = 0;
switch (_instruction.opcode)
{
case SpvOpcode::EntryPoint: