]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/keep_empty_loop_with_side_effects.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / keep_empty_loop_with_side_effects.glsl
index b0c162621952b86e76ed7fd454f4f3eec860159c..5cc18f17857ea961c9f0eaf7d8610d2b09a37bcc 100644 (file)
@@ -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()