typedef struct{
u8 pad[//...];
} GXFifoObj;
This structure contains precompiled register state setting commands and data. The application must use the GXInitFifo* functions to initialize or change this object. The proper size of the object is returned by
sizeof(GXFifoObj)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 be changed several times during the lifetime of this API.
GXInitFifoBase, GXInitFifoPtrs, GXInitFifoLimits, GXSetGPFifo, GXGetFifoPtrs
2006/03/01 Initial version.
CONFIDENTIAL