nngxActiveDisplay Function
NNGX_APICALL void NNGX_APIENTRY nngxActiveDisplay(
GLenum display
);
| Name | Description | |
|---|---|---|
| in | display | Display target to activate |
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_DMP | If any other value is specified for the display argument. |
|---|
NN_GX_DISPLAY0_EXT.
CONFIDENTIAL