GL_APICALL void GL_APIENTRY glFlush(
void
);
None.
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_OPERATION | This function was called without any command-list objects bound. |
|---|
This function completely ends GL execution on POD.
CONFIDENTIAL