acdemiralp / gl

Header-only C++17 wrapper for OpenGL 4.6 Core Profile.
Boost Software License 1.0
157 stars 11 forks source link

Ensure all global state accessors are covered. #7

Open acdemiralp opened 6 years ago

acdemiralp commented 6 years ago

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 full coverage, the existence of all functions in this chapter must be checked, and any missing ones must be implemented.