X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Fkeep_empty_loop_with_side_effects.glsl;h=5cc18f17857ea961c9f0eaf7d8610d2b09a37bcc;hb=97d26f5179e82cd2faf476a9605f8a4f4b33a926;hp=b0c162621952b86e76ed7fd454f4f3eec860159c;hpb=4b9c9f565bb0335034dc8c2c7ad833ee42251d5d;p=libs%2Fgl.git diff --git a/tests/glsl/keep_empty_loop_with_side_effects.glsl b/tests/glsl/keep_empty_loop_with_side_effects.glsl index b0c16262..5cc18f17 100644 --- a/tests/glsl/keep_empty_loop_with_side_effects.glsl +++ b/tests/glsl/keep_empty_loop_with_side_effects.glsl @@ -19,6 +19,8 @@ void main() result = pot; } +// Target API: Vulkan + /* Expected output: vertex layout(location=0) in vec4 vertex; layout(location=1) in vec2 texcoord; @@ -31,7 +33,7 @@ void main() */ /* Expected output: fragment -layout(location=0, binding=71) uniform sampler2D tex; +layout(set=0, binding=71) uniform sampler2D tex; layout(location=0) out float result; layout(location=0) in vec2 _vs_out_texcoord; void main()