blob: 7b25ee1ae58947be4996e1c7547375156ebfac33 [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_storage_1d<rg32sint, read_write>;
fn textureStore_574a31() {
textureStore(arg_0, 1u, vec4<i32>(1i));
}
@fragment
fn fragment_main() {
textureStore_574a31();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_574a31();
}