Extent3D := struct { width: int, height: int, depth: int, } Extent2D := struct { width: int, height: int, }