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