blob: d963bc637132ce02aaf303c1d99f18f0f3a59fd1 [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_storage_1d<r32float, read_write>;
fn textureStore_b7232c() {
textureStore(arg_0, 1u, vec4<f32>(1.0f));
}
@fragment
fn fragment_main() {
textureStore_b7232c();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_b7232c();
}