#include <nitro/gx/g2.h>
void G2_SetBGMosaicSize(int hSize, int vSize);
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.
hSize |
Mosaic width |
vSize |
Mosaic height |
None
G2_SetOBJMosaicSize, G2_BG0Mosaic, G2_BG1Mosaic, G2_BG2Mosaic, G2_BG3Mosaic
01/19/2004 Initial Version