#include <nitro/gx/g2.h>
void G2S_SetBGMosaicSize(int hSize, int vSize);
hSize | Mosaic width (0 ≤ hSize ≤ 15) |
vSize | Mosaic height (0 ≤ vSize ≤ 15) |
None.
This function specifies the size of the mosaic that will be applied to a sub 2D Engine's 2D image. If mosaic has been enabled with G2S_BGxMosaic
, the mosaic is applied with this setting. However, if the mosaic size is set to 0, the screen will be displayed normally.
G2S_SetOBJMosaicSize, G2S_BG0Mosaic, G2S_BG1Mosaic, G2S_BG2Mosaic, G2S_BG3Mosaic
02/09/2004 Initial version