glFinish Function

Syntax

GL_APICALL void GL_APIENTRY glFinish(
     void
);

Arguments

None.

Return Values

No values are returned.

Description

Flushes GL processing.

Adds the 3D pipeline's flush command to the 3D command buffer. This function is identical to glFlush and does not need to be explicitly called by the application.

This function generates the following errors.

GL_INVALID_OPERATIONThis function was called without any command-list objects bound.

This function completely ends GL execution on POD.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL