aboutsummaryrefslogtreecommitdiff
path: root/src/gl.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-31 20:55:37 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-31 20:55:42 +0200
commit470dac0e891c1ec59dfe52e77861cf068837976d (patch)
treeca26672c104ef2b4bfb9a1884616e52b2ec7c35e /src/gl.c
parentf3e5b69d33f47dece7e3bc8c133f65ad7169cc18 (diff)
Add mipmap option
Diffstat (limited to 'src/gl.c')
-rw-r--r--src/gl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gl.c b/src/gl.c
index adc7c89..4ac022a 100644
--- a/src/gl.c
+++ b/src/gl.c
@@ -109,6 +109,7 @@ int mgl_gl_load(mgl_gl *self) {
{ (void**)&self->glXSwapIntervalEXT, "glXSwapIntervalEXT" },
{ (void**)&self->glXSwapIntervalMESA, "glXGetSwapIntervalMESA" },
{ (void**)&self->glXSwapIntervalSGI, "glXSwapIntervalSGI" },
+ { (void**)&self->glGenerateMipmap, "glGenerateMipmap" },
{ NULL, NULL }
};