Stores the width, height, and depth of a tile, in elements.
typedef struct XG_TILE_SHAPE_ELEMENTS {
UINT32 WidthInElements;
UINT32 HeightInElements;
UINT32 DepthInElements;
} XG_TILE_SHAPE_ELEMENTS;
WidthInElements
The width of the tile, in elements.
HeightInElements
The height of the tile, in elements.
DepthInElements
The depth of the tile, in elements.
This structure is used by the following API items:
Header: Declared in xg.h.
Library: Use xg_x.lib.