nngxWaitVSync Function
NNGX_APICALL void NNGX_APIENTRY nngxWaitVSync(
GLenum display
);
| Name | Description | |
|---|---|---|
| in | display | Screen to synchronize |
Performs V-Sync and returns.
For a V-Sync on the upper screen, specify display as NN_GX_DISPLAY0. For the lower screen, specify NN_GX_DISPLAY1, and for both screens specify NN_GX_DISPLAY_BOTH.
This function generates the following errors.
| GL_ERROR_801A_DMP | If any other value is specified for the display argument. |
|---|
CONFIDENTIAL