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