]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/matrix_from_elements.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / matrix_from_elements.glsl
index 42b1655640c9dbcb2ca6a68f1d980fe818c5ca3c..659724ab2bf5cffecc402432d3cda3049e5aa09c 100644 (file)
@@ -14,8 +14,10 @@ void main()
        gl_Position = vec4((m*vec3(position, 1.0)).xy, 0.0, 1.0);
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
-layout(binding=48) uniform Transform
+layout(set=0, binding=24) uniform Transform
 {
        vec3 translation;
        float rotation;