X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=tests%2Fglsl%2Fnested_function_inline.glsl;h=a09d3422dc5708af537def4fd73e12ade8b24fb5;hp=7999ee735dd06c2388d21ece104b1d0c8b11ac1b;hb=7b03ca83ca6c48b9f8c3f77c13760e7f87e9632d;hpb=9cfccf5c4e366e033cfd5eebf8955d2b13202b46 diff --git a/tests/glsl/nested_function_inline.glsl b/tests/glsl/nested_function_inline.glsl index 7999ee73..a09d3422 100644 --- a/tests/glsl/nested_function_inline.glsl +++ b/tests/glsl/nested_function_inline.glsl @@ -16,7 +16,7 @@ void main() } /* Expected output: vertex -uniform mat4 mvp; +layout(location=0) uniform mat4 mvp; layout(location=0) in vec4 position; void main() {