Re-add accidentally removed break
This commit is contained in:
parent
881725fb36
commit
9802823deb
@ -1338,6 +1338,7 @@ void Compiler::parse(const Instruction &instruction)
|
||||
type.image.ms = ops[5] != 0;
|
||||
type.image.sampled = ops[6];
|
||||
type.image.format = static_cast<ImageFormat>(ops[7]);
|
||||
break;
|
||||
}
|
||||
|
||||
case OpTypeSampledImage:
|
||||
|
Loading…
Reference in New Issue
Block a user