#include <nitro/gx/g2.h>
void G2_SetBGMosaicSize(int hSize, int vSize);
hSize | Mosaic width (0 ≤ hSize ≤ 15) |
vSize | Mosaic height (0 ≤ vSize ≤ 15) |
None.
This function determines the size of the mosaic to apply to the 2D screen. Mosaic is applied when they have been enabled with G2_BGxMosaic
. However, if the mosaic size is set to 0, the screen will be displayed normally.
G2_SetOBJMosaicSize, G2_BG0Mosaic, G2_BG1Mosaic, G2_BG2Mosaic, G2_BG3Mosaic
01/19/2004 Initial version.