al - Audio Library Functions gDP - DP GBI Macros gdSP - General GBI Macros gSP - SP GBI Macros gt - Turbo Microcode RDP gu - Graphics Utilities Math - Math Functions nuSys - NuSystem os - N64 Operating System sp - Sprite Library Functions uh - Host to Target IO 64DD - N64 Disk Drive
|
nuScGetGfxMQFormatOSMesgQueue* nuScGetGfxMQ(void) Returned Value pointer to the graphics task thread message queue What This Function Does It gets the pointer to the graphics task thread message queue. When a graphics task message is sent to this message queue, the graphics task thread will execute the graphics task. Because the nuGfxTaskStart function usually starts graphics tasks, the application does not need to call this function. See Also nuScCreateScheduler nuGfxTaskStart
|