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