]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/unsigned_int.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / unsigned_int.glsl
index b83f5e32a07bd1a0ef0b0db33499224f43344fa0..15eab848833241de402a26d93b1cbaa63c2fa2b3 100644 (file)
@@ -24,6 +24,8 @@ void main()
        frag_color = sum/sample_count;
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
 layout(location=0) in vec4 position;
 layout(location=0) out vec2 texcoord;
@@ -35,7 +37,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 vec4 frag_color;
 layout(location=0) in vec2 texcoord;
 void main()