X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Fpartially_unused_interface_block.glsl;h=7ccdc0d766c032befdd301a5b4f0176c03644ca3;hb=eb7ffda6876bd2eeeb64dcb7c82236f36fe5cf43;hp=240ddcfa056567d2f570dabe995ec8645add79c5;hpb=7b1e95a0515f50b74886cba05db0518b1864d179;p=libs%2Fgl.git diff --git a/tests/glsl/partially_unused_interface_block.glsl b/tests/glsl/partially_unused_interface_block.glsl index 240ddcfa..7ccdc0d7 100644 --- a/tests/glsl/partially_unused_interface_block.glsl +++ b/tests/glsl/partially_unused_interface_block.glsl @@ -28,7 +28,7 @@ void main() } /* Expected output: vertex -uniform GlobalValues +layout(binding=72) uniform GlobalValues { vec4 tint; vec2 scale; @@ -49,7 +49,7 @@ void main() */ /* Expected output: fragment -uniform GlobalValues +layout(binding=72) uniform GlobalValues { vec4 tint; vec2 scale;