nngxSetInternalDriverPrioMode Function

Syntax

void nngxSetInternalDriverPrioMode(
     nngxInternalDriverPrioMode mode
);

Arguments

Name Description
in mode The priority mode for internal operations.

Return Values

None.

Description

Sets the priority of internal operations for the graphics driver.

For details, see the description of the corresponding C++ function nn::gx::CTR::SetInternalDriverPrioMode.

Revision History

2011/07/28
Initial version.

CONFIDENTIAL