blob: 3d2df700bbd911cd3aa8c41527c756facf48aa16 [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) {}