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