blob: dad99c5e6b48c8a0f9bb36da6f5b999662dbc27d [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_storage_3d<r32sint, write>;
fn textureStore_f1e6d3() {
textureStore(arg_0, vec3<u32>(1u), vec4<i32>(1i));
}
@fragment
fn fragment_main() {
textureStore_f1e6d3();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_f1e6d3();
}