GXTexObj

Syntax

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

Description

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

sizeof(GXTexObj)

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 Type

GXInitTexObj, GXInitTexObjCI, GXInitTexObjLOD, GXInitTexObjUserData

Revision History

2006/03/01 Initial version.


CONFIDENTIAL