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