blob: abc1e394a58c43bbefd748990178c46d67eda9ca [file] [log] [blame]
SKIP: FAILED
enable chromium_experimental_pixel_local;
struct PixelLocal {
a : u32,
}
var<pixel_local> P : PixelLocal;
@fragment
fn f() -> @location(0) vec4f {
P.a += 42;
return vec4f(2);
}
Failed to generate: extensions/pixel_local/entry_point_use/one_output/single_attachment.wgsl:2:8 error: SPIR-V backend does not support extension 'chromium_experimental_pixel_local'
enable chromium_experimental_pixel_local;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^