nngxGetNextBufferAddrRaw Function

Syntax

NNGX_APICALL GLvoid *NNGX_APIENTRY nngxGetNextBufferAddrRaw(
     nngxCommandList * cmdlist
);

Arguments

Name Description
in cmdlist The target command list object.

Return Values

The next buffer address that will be executed.

Description

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.

Revision History

2012/05/09
Initial version.

CONFIDENTIAL