nngxReserveStopCmdlistRaw Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxReserveStopCmdlistRaw(
     nngxCommandList * cmdlist,
     GLint id
);

Parameters

Name Description
in cmdlist The target command list object.
in id Number of the accumulated command to stop.

Return Values

No values are returned.

Description

Presets the specified command list to stop.

This is the directly specified command list version of nngxReserveStopCmdlist.

Revision History

2012/05/09
Initial version.

CONFIDENTIAL