nngxGetCurrentBufferAddrRaw Function

Syntax

NNGX_APICALL GLvoid *NNGX_APIENTRY nngxGetCurrentBufferAddrRaw(
     nngxCommandList * cmdlist
);

Arguments

Name Description
in cmdlist The target command list object.

Return Values

The 3D command buffer address where the next 3D command will be accumulated.

Description

For the specified command list, returns the 3D command buffer address where the next 3D command will be accumulated.

Corresponds to the process when NN_GX_CMDLIST_CURRENT_BUFADDR is specified for the pname parameter of nngxGetCmdlistParameteri.

Revision History

2012/05/09
Initial version.

CONFIDENTIAL