aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp')
-rw-r--r--src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp b/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp
index 28ef2effc2..53b1eddd02 100644
--- a/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp
+++ b/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp
@@ -152,6 +152,7 @@ const GrGLInterface* GrGLCreateNativeInterface() {
WGL_SET_PROC(EnableVertexAttribArray);
WGL_SET_PROC(EndQuery);
WGL_SET_PROC(GenBuffers);
+ WGL_SET_PROC(GenerateMipmap);
WGL_SET_PROC(GenQueries);
WGL_SET_PROC(GetBufferParameteriv);
WGL_SET_PROC(GetQueryiv);