mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-17 14:05:35 +00:00
This change introduces GL.h with error check wrappers for all the OpenGL functions we used so far. For now, the error check is simply: `VERIFY(glGetError() == GL_NO_ERROR);` but that is better than continuing execution after encounting an error.
1018 B
1018 B