X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=tests%2Fglsl%2Fgeometry_interface_block.glsl;h=fb9a2aa00ad53cebd6ba61028a26dbf62d2b2b62;hp=9f3fae5bed1a88d8204df98b60c93227ec251344;hb=7b03ca83ca6c48b9f8c3f77c13760e7f87e9632d;hpb=9cfccf5c4e366e033cfd5eebf8955d2b13202b46 diff --git a/tests/glsl/geometry_interface_block.glsl b/tests/glsl/geometry_interface_block.glsl index 9f3fae5b..fb9a2aa0 100644 --- a/tests/glsl/geometry_interface_block.glsl +++ b/tests/glsl/geometry_interface_block.glsl @@ -72,7 +72,7 @@ void main() */ /* Expected output: fragment -uniform sampler2D tex; +layout(location=0) uniform sampler2D tex; layout(location=0) out vec4 frag_color; in GeometryOut {