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 6a27ee3cb7..00bff3f870 100644
--- a/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
+++ b/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
@@ -66,6 +66,7 @@ const GrGLInterface* GrGLCreateNativeInterface() {
interface->fColorMask = glColorMask;
GR_GL_GET_PROC(CompileShader);
interface->fCompressedTexImage2D = glCompressedTexImage2D;
+ interface->fCopyTexSubImage2D = glCopyTexSubImage2D;
GR_GL_GET_PROC(CreateProgram);
GR_GL_GET_PROC(CreateShader);
interface->fCullFace = glCullFace;