diff options
-rw-r--r-- | tests/function-03.glsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/function-03.glsl b/tests/function-03.glsl index 6f6562ea85..b0da42f8e9 100644 --- a/tests/function-03.glsl +++ b/tests/function-03.glsl @@ -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; |