blob: 7f0bae6f19cd4ba0a2fbedd0985dfc3e832c5ccf [file] [log] [blame]
fn f(x_100 : u32, x_202 : texture_2d<f32>, x_203 : sampler, x_110 : f32) {
return;
}
fn main_1() {
return;
}
@compute @workgroup_size(1i, 1i, 1i)
fn main() {
main_1();
}