#include <nitro/gx/gx.h>void GXS_HBlankOBJProc(BOOL proc);When the argument is not FALSE, the OBJ rendering process occurs only during display period and is not performed during the H-Blank period. In this case, the maximum OBJ display performance cannot be utilized. When the argument is FALSE, the OBJ rendering process is performed for all H-Line periods (including H-Blank periods).
blank |
Flag that sets whether the OBJ rendering process occurs during H-Blank |
None.
02/09/2004 Initial Version