XG_PACKED_MIP_DESC Structure

Describes a packed mip.

Syntax

typedef struct XG_PACKED_MIP_DESC {
    UINT8 NumStandardMips;
    UINT8 NumPackedMips;
    UINT32 NumTilesForPackedMips;
    UINT32 StartTileIndexInOverallResource;
} XG_PACKED_MIP_DESC;  

Members

NumStandardMips
The number of standard mips.

NumPackedMips
The number of packed mips.

NumTilesForPackedMips
The number of tiles for packed mips.

StartTileIndexInOverallResource
The index of the start tile within the overall resource.

Remarks

This structure is used by the following API items:

Requirements

Header: Declared in xg.h.

Library: Use xg_x.lib.