X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=tests%2Fglsl%2Fignore_array_in_geometry_passthrough.glsl;h=56fe0dfab4dbe8d5a179f5516beac14e7d3f6369;hp=598a177c28cf066b9a537af5dc80821d97934a02;hb=8f2713a3f1501e90016bb8069ecd08dde2f90e56;hpb=c6b29fbf9927467b21dca65539a1fa2c98f96e0e 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()