GXRestoreWriteGatherPipe

C Specification

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

Arguments

None.

Return Values

None.

Description

This function restores the write gather pipe. The CPU fifo that was attached when GXRedirectWriteGatherPipe was called will be re-attached. If data is pending in the write gather pipe (for example, if the amount of data written was not a multiple of 32 bytes), the data will be padded with zeroes and flushed out.

This function must be called between successive calls to GXRedirectWriteGatherPipe.

See Also

GXRedirectWriteGatherPipe

Revision History

2006/03/01 Initial version.


CONFIDENTIAL