Re-add accidentally removed break

This commit is contained in:
Robert Konrad 2017-01-15 22:42:22 +01:00
parent 881725fb36
commit 9802823deb

View File

@ -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: