X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Fnested_ternary.glsl;h=6cbc478155328f92cc798ebee8433c6123939dd7;hb=97d26f5179e82cd2faf476a9605f8a4f4b33a926;hp=8896c17a727017e2317d31b763052351c38e1bf3;hpb=4b9c9f565bb0335034dc8c2c7ad833ee42251d5d;p=libs%2Fgl.git diff --git a/tests/glsl/nested_ternary.glsl b/tests/glsl/nested_ternary.glsl index 8896c17a..6cbc4781 100644 --- a/tests/glsl/nested_ternary.glsl +++ b/tests/glsl/nested_ternary.glsl @@ -22,6 +22,8 @@ void main() position.y>0 ? top_left : bottom_left); } +// Target API: Vulkan + /* Expected output: vertex layout(location=0) in vec4 position; layout(location=0) out vec4 _vs_out_position; @@ -33,7 +35,7 @@ void main() */ /* Expected output: fragment -layout(binding=23) uniform Colors +layout(set=0, binding=23) uniform Colors { vec4 top_left; vec4 top_right;