X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Fgeometry_interface_block.glsl;h=ea0d377a913631529cf30927798ec9e08446e22c;hb=5aeec81a23bc83e90d5daa5eb7b08534c2e238d0;hp=fb9a2aa00ad53cebd6ba61028a26dbf62d2b2b62;hpb=7b03ca83ca6c48b9f8c3f77c13760e7f87e9632d;p=libs%2Fgl.git diff --git a/tests/glsl/geometry_interface_block.glsl b/tests/glsl/geometry_interface_block.glsl index fb9a2aa0..ea0d377a 100644 --- a/tests/glsl/geometry_interface_block.glsl +++ b/tests/glsl/geometry_interface_block.glsl @@ -72,7 +72,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; in GeometryOut {