Front-end: propagate specialization-constness through conversions and swizzles.

This commit is contained in:
John Kessenich 2016-03-20 18:45:23 -06:00
parent a5845766e0
commit 6d2b07dc39
3 changed files with 15 additions and 2 deletions

View file

@ -740,6 +740,7 @@ public:
}
void makeSpecConstant()
{
storage = EvqConst;
specConstant = true;
}
static const char* getLayoutPackingString(TLayoutPacking packing)