Skip to content

Instantly share code, notes, and snippets.

@nitrix
Created January 2, 2021 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nitrix/5a5b6ed2d0ca8e9a37a3dbce5fb082e3 to your computer and use it in GitHub Desktop.
Save nitrix/5a5b6ed2d0ca8e9a37a3dbce5fb082e3 to your computer and use it in GitHub Desktop.
SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 1);
SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, 8);
glEnable(GL_MULTISAMPLE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment