nngxClearFillCmdlist Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxClearFillCmdlist(
     GLuint data
);

Arguments

Name Description
data

Return Values

There is no return value.

Description

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

Clears the bound command list object. Restores the 3D command buffer and command request queue to the unused state. The contents of the 3D command buffer are initialized to the value set for data.

This function generates the following error.

GL_ERROR_8065_DMPThis function was called on a running command list.

Revision History

2010/06/09
Initial version.

CONFIDENTIAL