XG_TILE_SHAPE Structure

Stores the width, height, and depth of a tile, in texels.

Syntax

typedef struct XG_TILE_SHAPE {
    UINT32 WidthInTexels;
    UINT32 HeightInTexels;
    UINT32 DepthInTexels;
} XG_TILE_SHAPE;  

Members

WidthInTexels
The width of the tile, in texels.

HeightInTexels
The height of the tile, in texels.

DepthInTexels
The depth of the tile, in texels.

Remarks

This structure is used by the following API items:

Requirements

Header: Declared in xg.h.

Library: Use xg_x.lib.