X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Funused_variable_removal_iteration.glsl;fp=tests%2Fglsl%2Funused_variable_removal_iteration.glsl;h=c06e70f9b18bb54b9ced4db7c19b59481858e30b;hb=97d26f5179e82cd2faf476a9605f8a4f4b33a926;hp=fc1782b22223a20b21006c3fdd838f0b4253073d;hpb=4b9c9f565bb0335034dc8c2c7ad833ee42251d5d;p=libs%2Fgl.git diff --git a/tests/glsl/unused_variable_removal_iteration.glsl b/tests/glsl/unused_variable_removal_iteration.glsl index fc1782b2..c06e70f9 100644 --- a/tests/glsl/unused_variable_removal_iteration.glsl +++ b/tests/glsl/unused_variable_removal_iteration.glsl @@ -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;