Remove video code I accidentally put in

This commit is contained in:
Robert Konrad 2017-01-15 16:48:01 +01:00
parent a778c363e1
commit 881725fb36

View File

@ -1338,11 +1338,6 @@ 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]);
if (length > 8)
type.image.video = ops[8];
else
type.image.video = false;
break;
}
case OpTypeSampledImage: