X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Ffunction_overloading.glsl;h=a44c00d4459fe1bce58e4fb680b46bed03315507;hb=4791fe8e6451aa6ce62e530fe12904f5cfc112eb;hp=02576cadcc5096473034123ad49b3fcef0d7c91f;hpb=7b03ca83ca6c48b9f8c3f77c13760e7f87e9632d;p=libs%2Fgl.git diff --git a/tests/glsl/function_overloading.glsl b/tests/glsl/function_overloading.glsl index 02576cad..a44c00d4 100644 --- a/tests/glsl/function_overloading.glsl +++ b/tests/glsl/function_overloading.glsl @@ -42,7 +42,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 _vs_out_texcoord; void main()