blob: 77d7268593ec390d19e9ecd075b3df32e73c7f96 [file] [log] [blame]
struct st_ty {
/* @offset(0) */
field0 : u32,
}
@group(0) @binding(0) var x_100 : texture_2d<f32>;
@group(0) @binding(1) var x_101 : sampler;
fn main_1() {
return;
}
@compute @workgroup_size(1i, 1i, 1i)
fn main() {
main_1();
}