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

Pthom/master fixes #276

Merged
merged 2 commits into from
Apr 21, 2022
Merged

Conversation

pthom
Copy link
Contributor

@pthom pthom commented Apr 20, 2022

Two simple corrections in the examples.

The sdl example modification may be important for new users, since I suspect I more users might encounter this issue.

8 is enough to get antialiasing, and on two of my machines (Ubuntu 20.04- docker, and Ubuntu desktop 20.04),
the initialization failed with the message (when running `SDL_GL_CreateContext(window)`)

  Error: Cannot create OpenGL Context! SDL Error: Invalid window

 gl_context = SDL_GL_CreateContext(window)
@pthom
Copy link
Contributor Author

pthom commented Apr 20, 2022

Note: the CI failure is due to sphinx (I did not change anything in the doc or its configuration)

@KinoxKlark KinoxKlark changed the base branch from master to dev/version-2.0 April 21, 2022 05:55
@KinoxKlark
Copy link
Member

KinoxKlark commented Apr 21, 2022

This looks reasonable to me. I rebased your PR to the dev/version-2.0 branch which is the most up-to-date version of the lib and the current development branch.

Here for reference your other PR which develops a little bit more on the sdl multisampling buffer: #277

Thanks!

Edit: And don't worry about CI failure, I think I broke something in the config, I'll look at it when I'll found time!

@KinoxKlark KinoxKlark merged commit 2307625 into pyimgui:dev/version-2.0 Apr 21, 2022
@KinoxKlark KinoxKlark added the release pending Merged but still needs official release label Apr 21, 2022
@KinoxKlark KinoxKlark removed the release pending Merged but still needs official release label Apr 19, 2023
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.

None yet

2 participants