blob: aa428a862e8623d608cddb6e5affd829b8a929b2 [file] [log] [blame]
enable chromium_experimental_framebuffer_fetch;
struct Out {
@location(0)
x : vec4f,
@location(2)
y : vec4f,
@location(4)
z : vec4f,
}
@fragment
fn f(@color(1) fbf_1 : vec4f, @color(3) fbf_3 : vec4f) -> Out {
return Out(fbf_1, vec4f(20), fbf_3);
}