glFlush Function

Syntax

GL_APICALL void GL_APIENTRY glFlush(
     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 glFinish and does not need to be called explicitly 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