SPV: Support simultaneous l-value swizzle and dynamic component selection.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user