Remove video code I accidentally put in
This commit is contained in:
parent
a778c363e1
commit
881725fb36
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user