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