GXLightObj

C Specification

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

Description

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

sizeof(GXLightObj),

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 That Use This Type

GXInitLightAttn
GXInitLightPos
GXInitLightDir
GXInitLightColor

Revision History

03/01/2006 Initial version.