nngxGetNextBufferSizeRaw Function
NNGX_APICALL GLsizei NNGX_APIENTRY nngxGetNextBufferSizeRaw(
nngxCommandList * cmdlist
);
| Name | Description | |
|---|---|---|
| in | cmdlist |
The target command list object. |
Returns the size of the next buffer region that will be executed in the 3D command buffer accumulated in the specified command list.
Corresponds to the process when NN_GX_CMDLIST_NEXT_REQINFO is specified for the pname parameter of nngxGetCmdlistParameteri.
If the next command request to be executed in the specified command list is a render command, the function returns the size of that command buffer. Otherwise, the function returns 0.
CONFIDENTIAL