Front-end: propagate specialization-constness through conversions and swizzles.
This commit is contained in:
parent
a5845766e0
commit
6d2b07dc39
3 changed files with 15 additions and 2 deletions
|
|
@ -740,6 +740,7 @@ public:
|
|||
}
|
||||
void makeSpecConstant()
|
||||
{
|
||||
storage = EvqConst;
|
||||
specConstant = true;
|
||||
}
|
||||
static const char* getLayoutPackingString(TLayoutPacking packing)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue