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