GX_VBlankIntr


C Specification

#include <nitro/gx/gx.h>

void GX_VBlankIntr(BOOL enable);

Description

If the argument is other than FALSE, this function generates a V-Blank interrupt request. If it is FALSE, it does not generate one.

Argument

enable Sets whether to generate a V-Blank interrupt request

Return Values

None

See Also

GX_IsVBlank, GX_HBlankIntr

Revision History

07/26/2004 Revised description of the return values

01/19/2004 Initial Version