gl icon indicating copy to clipboard operation
gl copied to clipboard

Header-only C++17 wrapper for OpenGL 4.6 Core Profile.

Results 4 gl issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement
help wanted

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...

enhancement