mirror of
https://github.com/KhronosGroup/SPIRV-Cross.git
synced 2024-11-16 00:40:08 +00:00
Merge pull request #759 from lifpan/master
Handle opcode OpSourceContinued.
This commit is contained in:
commit
e4822981cc
@ -147,6 +147,7 @@ void Parser::parse(const Instruction &instruction)
|
||||
switch (op)
|
||||
{
|
||||
case OpMemoryModel:
|
||||
case OpSourceContinued:
|
||||
case OpSourceExtension:
|
||||
case OpNop:
|
||||
case OpLine:
|
||||
|
Loading…
Reference in New Issue
Block a user