acdemiralp / gl

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

Optional passive error handling. #3

Open acdemiralp opened 6 years ago

acdemiralp commented 6 years ago

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 toggleable for performance.