blob: 9338fe598b093cdb43e069794ca5ac5feccb25c3 [file] [log] [blame]
[[group(0), binding(0)]] var t_f : texture_depth_2d_array;
[[stage(compute), workgroup_size(1)]]
fn main() {
_ = t_f;
}