SPV: Support simultaneous l-value swizzle and dynamic component selection.
This commit is contained in:
parent
deb4940c17
commit
64b9743ce0
3 changed files with 111 additions and 95 deletions
|
|
@ -71,7 +71,7 @@ void GetColor12(const S i, int comp)
|
|||
|
||||
void GetColor13(const S i, int comp)
|
||||
{
|
||||
// OutColor.zy[comp] += i.color.x; // not yet supported
|
||||
OutColor.zy[comp] += i.color.x;
|
||||
}
|
||||
|
||||
void main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue