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
|
gSPSetOtherModeFormat#include "gbi.h" gSPSetOtherMode(Gfx *gdl, int cmd, int sft, int len, unsigned int data) gsSPSetOtherMode(int cmd, int sft, int len, unsigned int data)Arguments
It sets or clears the RDP 'othermode' but it is not exposed to the programmer and should not be used. It is the underlying macro used by the RSP geometry engine to update and cache the RDP rendering state. All of the RDP state-setting macros are built using this macro.
|