blob: ba1eab2b13ee912277622f63d0965913f778fbab [file]
@group(1) @binding(0) var arg_0 : texture_storage_3d<r16snorm, read_write>;
fn textureStore_642ba1() {
textureStore(arg_0, vec3<i32>(1i), vec4<f32>(1.0f));
}
@fragment
fn fragment_main() {
textureStore_642ba1();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_642ba1();
}