Stores the width, height, and depth of a tile, in texels.
typedef struct XG_TILE_SHAPE {
UINT32 WidthInTexels;
UINT32 HeightInTexels;
UINT32 DepthInTexels;
} XG_TILE_SHAPE;
WidthInTexels
The width of the tile, in texels.
HeightInTexels
The height of the tile, in texels.
DepthInTexels
The depth of the tile, in texels.
This structure is used by the following API items:
Header: Declared in xg.h.
Library: Use xg_x.lib.