blob: d6d0379c6e9790a49b9f1fc3c76171608d69b26f [file] [log] [blame]
enable chromium_experimental_framebuffer_fetch;
@fragment
fn f(@location(0) a : vec4f, @interpolate(flat) @location(1) b : vec4f, @color(0) fbf : vec4f) {
g(a.x, b.y, fbf.x);
}
fn g(a : f32, b : f32, c : f32) {
}