nngxGetNextBufferAddrRaw Function
NNGX_APICALL GLvoid *NNGX_APIENTRY nngxGetNextBufferAddrRaw(
nngxCommandList * cmdlist
);
| Name | Description | |
|---|---|---|
| in | cmdlist |
The target command list object. |
Returns the next buffer address 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 address for that command buffer. Otherwise, the function returns 0.
CONFIDENTIAL