mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 09:10:11 +01:00
Add 'in' to some parameters of the function
This goes along with the qualifier-?? tests.
This commit is contained in:
parent
d8a2133887
commit
a705d65ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
/* PASS */
|
/* 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;
|
vec4 v;
|
||||||
v.x = x;
|
v.x = x;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue