Add 'in' to some parameters of the function
This goes along with the qualifier-?? tests.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* PASS */
|
||||
|
||||
vec4 foo(float x, float y, float z, float w)
|
||||
vec4 foo(in float x, in float y, float z, float w)
|
||||
{
|
||||
vec4 v;
|
||||
v.x = x;
|
||||
|
Reference in New Issue
Block a user