nngxCmdlistStorage Function
NNGX_APICALL void NNGX_APIENTRY nngxCmdlistStorage(
GLsizei bufsize,
GLsizei requestcount
);
| Name | Description | |
|---|---|---|
| in | bufsize | Size of the 3D command buffer in bytes |
| in | requestcount | Number of command requests |
Allocates data regions for the current command list.
A region is allocated for a 3D command buffer with the number of bytes specified by bufsize. A region is allocated for the number of command requests specified by requestcount. Each data region accumulates commands.
This function generates the following errors.
| GL_ERROR_8006_DMP | Failed to allocate a data region for the command buffer or command request. |
|---|---|
| GL_ERROR_8007_DMP | This function was called on a running command list. |
| GL_ERROR_8008_DMP | The bufsize or requestcount argument was set to a negative value. |
CONFIDENTIAL