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