- added the GL framebuffer class.

Everything compiles again but obviously no init code will run for now.
This commit is contained in:
Christoph Oelckers 2019-12-23 15:40:17 +01:00
parent 6b475417dc
commit a1f7f0cc30
26 changed files with 8946 additions and 8903 deletions

View file

@ -25,7 +25,7 @@
**/
#include <algorithm>
#include "glad/glad.h"
#include "gl_load.h"
#include "glbackend.h"
#include "gl_buffers.h"