#include <revolution/gx.h>
void GXSetFieldMask( GXBool odd_mask, GXBool even_mask );
odd_mask |
Writes pixels with odd Y coordinates. |
even_mask |
Writes pixels with even Y coordinates. |
None.
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.
GXInit enables rendering for both fields.
2006/03/01 Initial version.
CONFIDENTIAL