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