blob: a55e1283a1ef37d4abcfa274d16a108333a76a43 [file] [log] [blame]
enable chromium_experimental_read_write_storage_texture;
@group(1) @binding(0) var arg_0 : texture_storage_1d<rgba8uint, read_write>;
fn textureStore_9d7c62() {
textureStore(arg_0, 1i, vec4<u32>(1u));
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
textureStore_9d7c62();
return vec4<f32>();
}
@fragment
fn fragment_main() {
textureStore_9d7c62();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_9d7c62();
}