mirror of
https://github.com/KhronosGroup/SPIRV-Cross.git
synced 2024-11-10 06:00:07 +00:00
Merge pull request #36 from KTXSoftware/master
Do not try to pump OpLine instructions into a block
This commit is contained in:
commit
b34a0067a2
@ -873,6 +873,7 @@ void Compiler::parse(const Instruction &instruction)
|
||||
case OpMemoryModel:
|
||||
case OpSourceExtension:
|
||||
case OpNop:
|
||||
case OpLine:
|
||||
break;
|
||||
|
||||
case OpSource:
|
||||
|
Loading…
Reference in New Issue
Block a user