X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Fignore_array_in_geometry_passthrough.glsl;h=56fe0dfab4dbe8d5a179f5516beac14e7d3f6369;hb=8fe8ab4d4a92520e24a248042c187a8d9778be1f;hp=598a177c28cf066b9a537af5dc80821d97934a02;hpb=7b03ca83ca6c48b9f8c3f77c13760e7f87e9632d;p=libs%2Fgl.git diff --git a/tests/glsl/ignore_array_in_geometry_passthrough.glsl b/tests/glsl/ignore_array_in_geometry_passthrough.glsl index 598a177c..56fe0dfa 100644 --- a/tests/glsl/ignore_array_in_geometry_passthrough.glsl +++ b/tests/glsl/ignore_array_in_geometry_passthrough.glsl @@ -61,7 +61,7 @@ void main() */ /* Expected output: fragment -layout(location=4) uniform sampler2D tex; +layout(location=4, binding=71) uniform sampler2D tex; layout(location=0) out vec4 frag_color; layout(location=0) in vec2 _gs_out_texcoord; void main()