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

Commits on Apr 20, 2022

  1. sdl example: SDL_GL_MULTISAMPLEBUFFERS=8 instead of 16:

    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 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    eaee560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abaa071 View commit details
    Browse the repository at this point in the history