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