nngxDisplayEnv Function
NNGX_APICALL void NNGX_APIENTRY nngxDisplayEnv(
GLint displayx,
GLint displayy
);
| Name | Description | |
|---|---|---|
| in | displayx | X coordinate at which to start showing the display buffer. |
| in | displayy | Y coordinate at which to start showing the display buffer. |
Sets the display position in the active display target.
The display buffer is shown on the LCD screen(s) with the coordinates (displayx, displayy) at the lower-left corner. This function configures the display target rather than each display buffer object.
This function generates the following errors.
| GL_ERROR_8026_DMP | The displayx or displayy argument was set to a negative value. |
|---|
CONFIDENTIAL