GXResetWriteGatherPipe

Syntax

#include <revolution/gx.h>

void GXResetWriteGatherPipe();

Arguments

None.

Return Values

None.

Description

This function is used to reset the write-gather pipe. It clears out any residual zeroes that were written as a result of a GXFlush.

The GXResetWriteGatherPipe function is a special-purpose function to call after the GXBeginDisplayList function is called. It guarantees no residual zeroes are written to the start of the display list. Therefore, it guarantees a consistent display list length. If these guarantees are not needed, do not call the GXResetWriteGatherPipe function.

Stubbed.

See Also

GXFlush, GXBeginDisplayList

Revision History

2006/03/01 Initial version.


CONFIDENTIAL