X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=tests%2Fglsl%2Fgeometry_passthrough.glsl;h=5935284264b1d01c1dd74d1a3b779b9fc2b724d3;hp=95e5ecbdb8289a1bea57235f4faa4ec4e483757b;hb=8f2713a3f1501e90016bb8069ecd08dde2f90e56;hpb=c6b29fbf9927467b21dca65539a1fa2c98f96e0e diff --git a/tests/glsl/geometry_passthrough.glsl b/tests/glsl/geometry_passthrough.glsl index 95e5ecbd..59352842 100644 --- a/tests/glsl/geometry_passthrough.glsl +++ b/tests/glsl/geometry_passthrough.glsl @@ -54,7 +54,7 @@ void main() */ /* Expected output: fragment -layout(location=0) uniform sampler2D tex; +layout(location=0, binding=71) uniform sampler2D tex; layout(location=0) out vec4 frag_color; layout(location=0) in vec2 _gs_out_texcoord; void main()