blob: 7728131c42e3900c3d666e8ac8edb2a24faf8c1b [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_storage_2d<rgba8unorm, write>;
fn textureStore_73bbbc() {
var arg_1 = vec2<u32>();
var arg_2 = vec4<f32>();
textureStore(arg_0, arg_1, arg_2);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
textureStore_73bbbc();
return vec4<f32>();
}
@fragment
fn fragment_main() {
textureStore_73bbbc();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_73bbbc();
}