blob: 0e1b07e8bc042533cb9f988f85eaabb58fa5cfb4 [file] [log] [blame]
@group(0) @binding(0) var t_f : texture_depth_cube_array;
@stage(compute) @workgroup_size(1)
fn main() {
_ = t_f;
}