G2S_SetOBJMosaicSize


C Specification

#include <nitro/gx/g2.h>
void G2S_SetOBJMosaicSize(int hSize, int vSize);

Description

This function sets the size of the mosaic to apply to OBJ. However, if the mosaic size is 0, the display will be as usual.

Arguments

hSize Mosaic width
vSize Mosaic height

Return Values

None

See Also

G2S_SetBGMosaicSize, G2S_BG0Mosaic

Revision History

02/09/2004 Initial Version