G3X_SetClearImageOffset


C Specification

#include <nitro/gx/g3x.h>

void G3X_SetClearImageOffset(
    int    xOffset, 
    int    yOffset);

Description

This function assigns an offset to the clear image loaded when initializing the rendering buffer. If the 256x256 data region within the screen is exceeded, it will be wrapped and read.

Arguments

xOffset x offset
yOffset y offset

Return Values

None

See Also

GX_SetBankForClearImage, GX_BeginLoadClearImage, GX_LoadClearImageColor, GX_LoadClearImageDepth, GX_EndLoadClearImage

Revision History

01/19/2004 Initial Version