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 text artifacts in example browser #4626

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

justincredible
Copy link

Fixes #4493

Thanks to @DaveH355 it was easy to git-bisect where the issue was introduced (31b9be8).

The diff is very short so it was quick to see the misuse of the VAO in glBindBuffer(). The first commit is sufficient for GLX, but testing on Windows showed a need to allocate the buffer space like the position VBO (I guess WGL is more faithful to the spec. in this regard?).

I also renamed the misleading variable to its supposed intended use.

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.

Text artifacts in Example Browser
1 participant