nngxGenDisplaybuffers Function
NNGX_APICALL void NNGX_APIENTRY nngxGenDisplaybuffers(
GLsizei n,
GLuint * buffers
);
| Name | Description | |
|---|---|---|
| in | n | Number of display buffer objects to generate |
| out | buffers | Array to store the generated display buffer objects |
Generates display buffer objects.
Creates n display buffer objects, and stores the object names in buffers.
This function generates the following errors.
| GL_ERROR_801C_DMP | The n argument was set to a negative value. |
|---|---|
| GL_ERROR_801D_DMP | Failed to allocate the management region. |
CONFIDENTIAL