GXSetDispCopyFrame2Field

Syntax

#include <revolution/gx.h>

void GXSetDispCopyFrame2Field( GXCopyMode mode );

Arguments

mode Enables copying a field or frame from the embedded frame buffer (EFB). Accepted values are:
Name Field(s) copied
GX_COPY_INTLC_EVEN Even lines.
GX_COPY_INTLC_ODD Odd lines
GX_COPY_PROGRESSIVE Even and odd lines

Return Values

None.

Description

This function determines whether all lines, only even lines, or only odd lines are read from the embedded frame buffer (EFB) when using the GXCopyDisp function. The opposite function, which determines whether all lines, only even lines or only odd lines are written to the EFB is GXSetFieldMask.

This function is applied only for copy process for display. The GXCopyTex function always uses the GX_COPY_PROGRESSIVE mode.

The GXInit function sets mode to GX_COPY_PROGRESSIVE.

See Also

GXCopyDisp, Render Modes

Revision History

2006/03/01 Initial version.


CONFIDENTIAL