]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/function_inline_in_condition.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / function_inline_in_condition.glsl
index 796f8882ff62282660230ef751a054fe940d91d5..003f81f48363d9d0a589d6e90478c0fc4188c764 100644 (file)
@@ -12,6 +12,8 @@ void main()
                gl_Position = position;
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
 layout(location=0) in vec4 position;
 layout(location=1) in float scale;