nngxGetMaxRequestCountRaw Function

Syntax

NNGX_APICALL GLsizei NNGX_APIENTRY nngxGetMaxRequestCountRaw(
     nngxCommandList * cmdlist
);

Arguments

Name Description
in cmdlist The target command list object.

Return Values

The maximum number of command requests that can be accumulated.

Description

Returns the maximum number of command requests that can be accumulated in the specified command list.

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

Revision History

2012/05/09
Initial version.

CONFIDENTIAL