From a705d65ccd1e204cc0b667df2678cc6921cbd9f5 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 31 Mar 2010 13:14:37 -0700 Subject: [PATCH] Add 'in' to some parameters of the function This goes along with the qualifier-?? tests. --- tests/function-03.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/function-03.glsl b/tests/function-03.glsl index 6f6562ea858..b0da42f8e96 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; -- 2.30.2