blob: 4d7d2c0fe28c040ef702868284ed42f607c90bd0 [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_storage_3d<rgba8sint, write>;
fn textureStore_cb3b0b() {
textureStore(arg_0, vec3<u32>(), vec4<i32>());
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
textureStore_cb3b0b();
return vec4<f32>();
}
@fragment
fn fragment_main() {
textureStore_cb3b0b();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_cb3b0b();
}