blob: d88872c72e7f479435a94d94d88f8d6a78ab41b8 [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);
}