nngxGetTopRequestAddrRaw Function

Syntax

NNGX_APICALL GLvoid *NNGX_APIENTRY nngxGetTopRequestAddrRaw(
     nngxCommandList * cmdlist
);

Arguments

Name Description
in cmdlist The target command list object.

Return Values

The starting address of the buffer for storing command request queue data.

Description

Returns the starting address of the buffer for storing command request queue data that has been set in the specified command list.

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

Revision History

2012/05/09
Initial version.

CONFIDENTIAL