X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Fgenerated_name_reuse.glsl;h=d1468e3cc88c1db898caca337e9f396358a4041a;hb=33e2d239d0e473a585243de9d9db36e49edf184b;hp=f4fc22d2222da3ab8d556642959f2ec1fc247c12;hpb=76cc18518fc8b0b4fa11fda153e7d9b3899ed112;p=libs%2Fgl.git diff --git a/tests/glsl/generated_name_reuse.glsl b/tests/glsl/generated_name_reuse.glsl index f4fc22d2..d1468e3c 100644 --- a/tests/glsl/generated_name_reuse.glsl +++ b/tests/glsl/generated_name_reuse.glsl @@ -69,8 +69,8 @@ layout(binding=57) uniform LightParameters vec3 ambient; vec4 light_position; }; -layout(constant_id=669465692) const bool use_light = true; -layout(constant_id=1735871552) const bool use_ambient = true; +layout(constant_id=669465691) const bool use_light = true; +layout(constant_id=1735871551) const bool use_ambient = true; layout(location=0) out vec4 frag_color; layout(location=1) in vec3 world_normal; layout(location=0) in vec4 world_vertex;