blob: 9025a3e20c492ef6e8e3b4b4893798480e7b0458 [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_storage_1d<rg32sint, write>;
fn textureStore_d73b5c() {
var arg_1 = 1;
var arg_2 = vec4<i32>();
textureStore(arg_0, arg_1, arg_2);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
textureStore_d73b5c();
return vec4<f32>();
}
@fragment
fn fragment_main() {
textureStore_d73b5c();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_d73b5c();
}