GXPixModeSync

C Specification

#include <revolution/gx.h>
void GXPixModeSync( void );

Arguments

None.

Return Values

None.

Description

This function inserts a synchronization command into the graphics FIFO. When the graphics processor sees this command, it allows the rest of the pipe to flush before continuing. This command is useful in certain situations, such as after a GXCopyTex command and before a primitive that uses the copied texture.

The command is implemented by writing the control register that determines the format of the embedded frame buffer (EFB). Use care if placing this command within a display list.

See Also

GXTexModeSync

Revision History

2006/03/01 Initial version.


CONFIDENTIAL