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