]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/unused_variable_removal_iteration.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / unused_variable_removal_iteration.glsl
index fc1782b22223a20b21006c3fdd838f0b4253073d..c06e70f9b18bb54b9ced4db7c19b59481858e30b 100644 (file)
@@ -37,6 +37,8 @@ void main()
        frag_color = vec4(vec3(luminance), 1.0);
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
 layout(location=0) in vec4 position;
 layout(location=0) out vec3 dir;
@@ -48,7 +50,7 @@ void main()
 */
 
 /* Expected output: fragment
-layout(binding=80) uniform Params
+layout(set=0, binding=56) uniform Params
 {
        float start_height;
        float max_height;