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