GXSetDispCopyFrame2Field

C Specification

#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 GXCopyDisp. 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 only applied to copy process for display. The GXCopyTex function always uses the GX_COPY_PROGRESSIVE mode.

GXInit sets mode to GX_COPY_PROGRESSIVE.

See Also

GXCopyDisp
Render Modes

Revision History

2006/03/01 Initial version.


CONFIDENTIAL