GXResetWriteGatherPipe

C Specification

#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.

GXResetWriteGatherPipe is a special-purpose function to call after GXBeginDisplayList. 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 GXResetWriteGatherPipe.

Stubbed.

See Also

GXFlush
GXBeginDisplayList

Revision History

2006/03/01 Initial version.


CONFIDENTIAL