Function


nuGfxTaskMgrInit


Syntax

void nuGfxTaskMgrInit(void)
Arguments
None
Return Value
None
Description

Initializes and starts the graphics task manager

Initializes and starts the graphics task manager. Normally, it is not necessary to call this from the application since it is called within the nuGfxInit function. When a customized function is created in place of the nuGfxInit function, the graphics task manager can be started using this function.

See Also

nuGfxInit