XG_TILE_SHAPE_ELEMENTS Structure

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

Syntax

typedef struct XG_TILE_SHAPE_ELEMENTS {
    UINT32 WidthInElements;
    UINT32 HeightInElements;
    UINT32 DepthInElements;
} XG_TILE_SHAPE_ELEMENTS;  

Members

WidthInElements
The width of the tile, in elements.

HeightInElements
The height of the tile, in elements.

DepthInElements
The depth of the tile, in elements.

Remarks

This structure is used by the following API items:

Requirements

Header: Declared in xg.h.

Library: Use xg_x.lib.