X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Fparameter_composite_access.glsl;fp=tests%2Fglsl%2Fparameter_composite_access.glsl;h=13e524dd9d892de853415e78ccfaf67f7b181566;hb=97d26f5179e82cd2faf476a9605f8a4f4b33a926;hp=718fffd38a6063fa9059668d875ad01303639fbb;hpb=4b9c9f565bb0335034dc8c2c7ad833ee42251d5d;p=libs%2Fgl.git diff --git a/tests/glsl/parameter_composite_access.glsl b/tests/glsl/parameter_composite_access.glsl index 718fffd3..13e524dd 100644 --- a/tests/glsl/parameter_composite_access.glsl +++ b/tests/glsl/parameter_composite_access.glsl @@ -27,6 +27,8 @@ void main() frag_color = get_color(normal); } +// Target API: Vulkan + /* Expected output: vertex layout(location=0) in vec4 position; layout(location=1) in vec3 normal; @@ -39,7 +41,7 @@ void main() */ /* Expected output: fragment -layout(binding=23) uniform Colors +layout(set=0, binding=23) uniform Colors { vec4 top_color; vec4 bottom_color;