gDPNoOp

gDPNoOp [Macro]

Function

gDPNoOp

Is an RDP noop command

Syntax

#include <ultra64.h>        /* gbi.h */
gDPNoOp(Gfx *gdl)
gsDPNoOp(void)

Arguments

gdl
Display list pointer

Description

This macro simply consumes the RDP, generating a few stall cycles. It is normally scattered throughout the display list during debugging in order to render into DRAM with the RSP geometry engine so the display list can be inspected.

See Also

gDPNoOpTag

Revision History

02/01/99 Completely rewritten.