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