Skip to content

Instantly share code, notes, and snippets.

@MRobertEvers
Created December 9, 2018 02:26
Show Gist options
  • Save MRobertEvers/ec249cfeed35a439d25782499c8a529b to your computer and use it in GitHub Desktop.
Save MRobertEvers/ec249cfeed35a439d25782499c8a529b to your computer and use it in GitHub Desktop.
OpenGL Notes

OpenGL

OpenGL is a graphics pipeline and specification that defines how to perform graphical operations.

Windowing

OpenGL doesn't handle windowing because windowing is platform specific. A third party library is needed for cross platform windowing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment