nngxGetNextBufferSizeRaw Function

Syntax

NNGX_APICALL GLsizei NNGX_APIENTRY nngxGetNextBufferSizeRaw(
     nngxCommandList * cmdlist
);

Parameters

Name Description
in cmdlist The target command list object.

Return Values

The size of the next buffer region that will be executed.

Description

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.

Revision History

2012/05/09
Initial version.

CONFIDENTIAL