Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about single/double buffering #18

Open
a3an-de opened this issue Oct 31, 2020 · 1 comment
Open

Question about single/double buffering #18

a3an-de opened this issue Oct 31, 2020 · 1 comment

Comments

@a3an-de
Copy link

a3an-de commented Oct 31, 2020

Do I have to assume that pyopengltk uses double buffering by default ?
Can it be changed during initialization ?
If this is not possible, is a combination of glDrawBuffer(GL_FRONT) and glReadBuffer(GL_Front) fully supported (mimicking single buffering) ?

@jonwright
Copy link
Owner

There is a double buffer flag that is passed by default, I assume it would be no problem to make it optional, along with various other things in #3. A pull request is welcome.

For glDrawBuffer: you might need opengl >= 2.0 and there are situations where you do not have this (windows RDP?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants