GXSetFieldMask

Syntax

#include <revolution/gx.h>

void GXSetFieldMask( GXBool odd_mask, GXBool even_mask );

Arguments

odd_mask Writes pixels with odd Y coordinates.
even_mask Write pixels with even Y coordinates.

Return Values

None.

Description

This function is used when rendering fields to an interlaced embedded frame buffer (EFB). It selectively enables and disables interlacing of the frame buffer image. When the mask is GX_FALSE, the field will not be written to the EFB. However, the other field will be computed. In other words, it will cost the fill rate price of a frame to produce a field.  The recommended method for field rendering does not use field masking. For more information, see Render Modes.

The GXInit function enables rendering for both fields.

See Also

GXSetFieldMode

Revision History

2006/03/01 Initial version.


CONFIDENTIAL