cginternals / globjects

C++ library strictly wrapping OpenGL objects.
https://globjects.org
MIT License
538 stars 59 forks source link

Add CPU-GPU synchronization checks #395

Open scheibel opened 5 years ago

scheibel commented 5 years ago

The CPU-managed state of GPU objects within globjects may diverge from the actual GPU objects, e.g., through direct use of OpenGL calls or errors during OpenGL processing. We could provide functions that checks for quality of both states by use of OpenGL reflection functions.