X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Fempty_conditional_removal.glsl;h=0f0dcb43aef8ab74cd1db44749965144d854d822;hb=97d26f5179e82cd2faf476a9605f8a4f4b33a926;hp=e40d176e4620d3dd8622401a3b82eff63e570ffc;hpb=4b9c9f565bb0335034dc8c2c7ad833ee42251d5d;p=libs%2Fgl.git diff --git a/tests/glsl/empty_conditional_removal.glsl b/tests/glsl/empty_conditional_removal.glsl index e40d176e..0f0dcb43 100644 --- a/tests/glsl/empty_conditional_removal.glsl +++ b/tests/glsl/empty_conditional_removal.glsl @@ -41,8 +41,10 @@ void main() frag_color = vec4(color, 1.0); } +// Target API: Vulkan + /* Expected output: vertex -layout(binding=48) uniform Transform +layout(set=0, binding=24) uniform Transform { mat4 vp; mat4 model;