logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

glFinish - block until all GL execution is complete

C Specification

voidglFinish(void);

Description

glFinish does not return until the effects of all previously called GL commands are complete. Such
       effects include all changes to GL state, all changes to connection state, and all changes to the frame
       buffer contents.

Name

       glFinish - block until all GL execution is complete

Notes

glFinish requires a round trip to the server.

See Also

glFlush()

Version Support

       ┌──────────┬───────────────────────────────────────────────────────────────────────┐
       │          │                OpenGLVersion                                         │
       ├──────────┼─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┤
       │ Function2.02.13.03.13.23.34.04.14.24.34.44.5 │
       │ /        │     │     │     │     │     │     │     │     │     │     │     │     │
       │ Feature  │     │     │     │     │     │     │     │     │     │     │     │     │
       │ Name     │     │     │     │     │     │     │     │     │     │     │     │     │
       ├──────────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤
       │ glFinish │  ✔  │  ✔  │  ✔  │  ✔  │  ✔  │  ✔  │  ✔  │  ✔  │  ✔  │  ✔  │  ✔  │  ✔  │
       └──────────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┘

See Also