blob: f5aaf579d1dbb5d1c6e5aaca346c00c342acd60f [file] [log] [blame]
SKIP: FAILED
enable chromium_experimental_read_write_storage_texture;
@group(1) @binding(0) var arg_0 : texture_storage_2d_array<rgba32uint, read_write>;
fn textureStore_ac0a55() {
var arg_1 = vec2<u32>(1u);
var arg_2 = 1u;
var arg_3 = vec4<u32>(1u);
textureStore(arg_0, arg_1, arg_2, arg_3);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
textureStore_ac0a55();
return vec4<f32>();
}
@fragment
fn fragment_main() {
textureStore_ac0a55();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_ac0a55();
}
Failed to generate: builtins/gen/var/textureStore/ac0a55.wgsl:24:8 error: SPIR-V backend does not support extension 'chromium_experimental_read_write_storage_texture'
enable chromium_experimental_read_write_storage_texture;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^