X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Fparentheses.glsl;h=a1cd9b88f9339762127650c84ca0ee3ef00ffbd1;hb=8f2713a3f1501e90016bb8069ecd08dde2f90e56;hp=24635017a43093d35e645fbed90a49fa69784aec;hpb=7b03ca83ca6c48b9f8c3f77c13760e7f87e9632d;p=libs%2Fgl.git diff --git a/tests/glsl/parentheses.glsl b/tests/glsl/parentheses.glsl index 24635017..a1cd9b88 100644 --- a/tests/glsl/parentheses.glsl +++ b/tests/glsl/parentheses.glsl @@ -58,7 +58,7 @@ struct LightParams }; layout(location=5) uniform LightParams light; layout(location=9) uniform vec3 material_color; -layout(location=10) uniform sampler2D occlusion_map; +layout(location=10, binding=83) uniform sampler2D occlusion_map; layout(location=0) out vec4 frag_color; layout(location=1) in vec2 _vs_out_texcoord; layout(location=0) in vec3 _vs_out_normal;