nngxGetCommandRequestSizeRaw Function
NNGX_APICALL GLsizei NNGX_APIENTRY nngxGetCommandRequestSizeRaw(
GLsizei requestcount
);
| Name | Description | |
|---|---|---|
| in | requestcount |
The number of command requests you want to allocate. |
Calculates and returns the size of the buffer needed for storing the command list queue data.
The required size of the command request buffer given bynngxCmdlistStorageRaw is calculated based on the number of requests you want to allocate.CONFIDENTIAL