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