gl
gl copied to clipboard
Header-only C++17 wrapper for OpenGL 4.6 Core Profile.
State leaking is a common problem in OpenGL. Many free functions set a global state which often has to be unset at the end of render calls. Find a way...
Parts of the OpenGL 4.6 Core Specification before "Chapter 22 - State and state requests" already cover a large part of glGet... global state accessors. However, in order to ensure...
The consumer of the library should be able to easily detect errors when a call has failed, instead of querying the error manually afterwards. Moreover, this functionality should be easily...