nngxGetRunBufferSizeRaw Function

Syntax

NNGX_APICALL GLsizei NNGX_APIENTRY nngxGetRunBufferSizeRaw(
     nngxCommandList * cmdlist
);

Parameters

Name Description
in cmdlist The target command list object.

Return Values

The size of the 3D command buffer that has been executed.

Description

Returns the size of the 3D command buffer that has been executed in the specified command list.

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

Revision History

2012/05/09
Initial version.

CONFIDENTIAL