X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Fgeometry_passthrough.glsl;h=5935284264b1d01c1dd74d1a3b779b9fc2b724d3;hb=4c156a7e2ad1e15719c879e132d764d37d8edb3e;hp=95e5ecbdb8289a1bea57235f4faa4ec4e483757b;hpb=7b03ca83ca6c48b9f8c3f77c13760e7f87e9632d;p=libs%2Fgl.git 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()