X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fglsl%2Fconstructors.glsl;h=ddb1dceae6f1c811bf8fde17cf3a0a9e1db8f314;hb=8f2713a3f1501e90016bb8069ecd08dde2f90e56;hp=d10dacf51dce9a6a6f04be0f779a8eb9c82262ea;hpb=c6b29fbf9927467b21dca65539a1fa2c98f96e0e;p=libs%2Fgl.git diff --git a/tests/glsl/constructors.glsl b/tests/glsl/constructors.glsl index d10dacf5..ddb1dcea 100644 --- a/tests/glsl/constructors.glsl +++ b/tests/glsl/constructors.glsl @@ -47,7 +47,7 @@ void main() */ /* Expected output: fragment -layout(location=9) uniform sampler2D normalmap; +layout(location=9, binding=25) uniform sampler2D normalmap; layout(location=0) out vec4 frag_color; layout(location=1) in vec2 _vs_out_texcoord; layout(location=0) in vec3 tbn_light_dir;