-
Junior Member
Regular Contributor
of SwapBuffers() and glFlush()
Is glFlush() best called before or after SwapBuffers() or not at all? I've seen it done all three ways. Thanks!
-
Re: of SwapBuffers() and glFlush()
Neither. A SwapBuffers pretty much implies that the driver has to do an internal flush. I can't see how you could possibly do an OpenGL implementation where it would be otherwise.
- Matt
-
Junior Member
Regular Contributor
Re: of SwapBuffers() and glFlush()
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules