#include <nitro/gx/g3.h>
u32 G3_EndMakeDL(GXDLInfo* info);
info | Pointer to GXDLInfo structure |
Size of the created display list (in bytes).
This function is called after creating the display list. It performs padding operations internally and returns the display list size. Since this function does not flush the cache, run DC_FlushRange
after this function to reliably save the cache region with the display list into main memory.
G3_BeginMakeDL, DC_FlushRange, MI_SendGXCommand
2004/01/19 Initial version.
CONFIDENTIAL