blob: ac7be08caa2784f7caebebc6c10a4d80ab48a721 [file] [log] [blame]
[[group(1), binding(0)]] var arg_0 : [[access(write)]] texture_storage_3d<rgba32uint>;
fn textureStore_441ba8() {
textureStore(arg_0, vec3<i32>(), vec4<u32>());
}
[[stage(vertex)]]
fn vertex_main() {
textureStore_441ba8();
}
[[stage(fragment)]]
fn fragment_main() {
textureStore_441ba8();
}
[[stage(compute)]]
fn compute_main() {
textureStore_441ba8();
}