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