nngxDisplayEnv Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxDisplayEnv(
     GLint displayx,
     GLint displayy
);

Arguments

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.

Return Values

No values are returned.

Description

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_DMPThe displayx or displayy argument was set to a negative value.

Revision History

2010/03/12
Added extended error code(s).
2010/01/07
Initial version.

CONFIDENTIAL