aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp')
-rw-r--r--src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp b/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
index 00bff3f870..3d35006481 100644
--- a/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
+++ b/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
@@ -89,6 +89,7 @@ const GrGLInterface* GrGLCreateNativeInterface() {
interface->fFlush = glFlush;
interface->fFrontFace = glFrontFace;
GR_GL_GET_PROC(GenBuffers);
+ GR_GL_GET_PROC(GenerateMipmap);
GR_GL_GET_PROC(GetBufferParameteriv);
interface->fGetError = glGetError;
interface->fGetIntegerv = glGetIntegerv;