nngxActiveDisplay Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxActiveDisplay(
     GLenum display
);

Arguments

Name Description
in display Display target to activate

Return Values

No values are returned.

Description

Activates a display target.

Set display to NN_GX_DISPLAY0 or NN_GX_DISPLAY1. This activates the display target specified for display. Subsequent operations use the display buffer that is bound to the active display target.

This function generates the following errors.

GL_ERROR_801F_DMPIf any other value is specified for the display argument.

Revision History

2010/03/12
Added extended error code(s).
2010/01/07
Initial version.

CONFIDENTIAL