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.

For the display argument, specify NN_GX_DISPLAY0, NN_GX_DISPLAY1, or NN_GX_DISPLAY0_EXT. 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/11/09
Fixed accidental omission of NN_GX_DISPLAY0_EXT.
2010/03/12
Added extended error code(s).
2010/01/07
Initial version.

CONFIDENTIAL