blob: 1291f1ae688b5ff80c8f0f4f69921cb73101b66e [file] [log] [blame]
SKIP: FAILED
enable chromium_experimental_framebuffer_fetch;
fn g(a : f32, b : f32, c : f32) {
}
struct In {
@builtin(position)
pos : vec4f,
@location(0)
uv : vec4f,
@color(0)
fbf : vec4f,
}
@fragment
fn f(in : In) {
g(in.pos.x, in.uv.x, in.fbf.y);
}
Failed to generate: extensions/texel_fetch/additional_params/c.wgsl:2:8 error: SPIR-V backend does not support extension 'chromium_experimental_framebuffer_fetch'
enable chromium_experimental_framebuffer_fetch;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^