blob: 88f07a1d842c8e52da9d01329729cc622446b578 [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_storage_2d<rg32float, write>;
fn textureStore_726472() {
var arg_1 = vec2<u32>(1u);
var arg_2 = vec4<f32>(1.0f);
textureStore(arg_0, arg_1, arg_2);
}
@fragment
fn fragment_main() {
textureStore_726472();
}
@compute @workgroup_size(1)
fn compute_main() {
textureStore_726472();
}