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