nngxBindDisplaybuffer Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxBindDisplaybuffer(
     GLuint buffer
);

Arguments

Name Description
in buffer Display buffer object

Return Values

No values are returned.

Description

Binds a display buffer to the active display target.

Set buffer to a display buffer object.

This function generates the following errors.

GL_ERROR_8020_DMPFailed to allocate the management region.

Revision History

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

CONFIDENTIAL