GXTexRegion

Syntax

typedef struct{
    u8      pad[//...];
} GXTexRegion;

Description

This structure contains precompiled register state setting commands and data. The application must use the GXInitTexCacheRegion function to initialize or change this object. The proper size of the object is returned by

sizeof(GXTexRegion)

but the internal data representation is not visible to the application. This is because the data inside the structure is highly dependent on the final hardware design and may change several times during the lifetime of this API.

Functions Using This Structure

GXInitTexCacheRegion

Revision History

2006/03/01 Initial version.


CONFIDENTIAL