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