diff options
Diffstat (limited to 'src/gl.c')
-rw-r--r-- | src/gl.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ #include "../include/mgl/gl.h" #include <dlfcn.h> -/*#include <GL/glx.h>*/ +/*#include <GL/gl.h>*/ #include <stdio.h> typedef struct { @@ -37,6 +37,8 @@ int mgl_gl_load(mgl_gl *self) { { &self->glViewport, "glViewport" }, { &self->glClearColor, "glClearColor" }, { &self->glClear, "glClear" }, + { &self->glEnable, "glEnable" }, + { &self->glBlendFunc, "glBlendFunc" }, { NULL, NULL } }; |