diff --git a/internal/glimpl/gl_unix.go b/internal/glimpl/gl_unix.go index f59295a6..79e91690 100644 --- a/internal/glimpl/gl_unix.go +++ b/internal/glimpl/gl_unix.go @@ -152,6 +152,7 @@ __attribute__((constructor)) static void gio_loadGLFunctions() { _glEndQuery = glEndQuery; _glGenQueries = glGenQueries; _glGetQueryObjectuiv = glGetQueryObjectuiv; + _glTexStorage2D = glTexStorage2D; #endif _glBindBufferBase = glBindBufferBase; _glGetUniformBlockIndex = glGetUniformBlockIndex;