nngxClearFillCmdlistRaw Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxClearFillCmdlistRaw(
     nngxCommandList * cmdlist,
     GLuint data
);

Parameters

Name Description
in cmdlist The target command list object.
in data The value to clear with.

Return Values

No values are returned.

Description

Uses the specified value to clear commands accumulated in the specified command list.

This is the directly specified command list version of nngxClearFillCmdlist.

Revision History

2012/05/09
Initial version.

CONFIDENTIAL