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

Fix return value and only set m_swapIntervalConfigured if eglSwapInterval() succeeds #23

Open
wants to merge 2 commits into
base: sbj
Choose a base branch
from

Conversation

thp
Copy link
Contributor

@thp thp commented Jul 10, 2014

The patch from #18 introduced a bug that doesn't return a value in the makeCurrent() function anymore. Also, set m_swapIntervalConfigured to false in case eglSwapInterval() fails, so we can try setting the swap interval again at next try.

Hopefully this doesn't result in a situation where it tries to set the swap interval, but always fails, so it tries to set the swap interval on every makeCurrent(). If this is an issue, we could introduce some maximum number of tries and stop trying to set the interval if it still fails after that.

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

Successfully merging this pull request may close these issues.

1 participant