From 98168bb394bbb10cd7d3468828e7dc4376a70e12 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Thu, 11 Apr 2013 22:00:34 +0000 Subject: Add glCopyTexSubImage2D to GrGLInterface Author: bsalomon@google.com Reviewed By: robertphillips@google.com Review URL: https://chromiumcodereview.appspot.com/13941006 git-svn-id: http://skia.googlecode.com/svn/trunk@8634 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpu/gl/iOS') diff --git a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp index 5492e19714..0ab0dbb748 100644 --- a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp +++ b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp @@ -33,6 +33,7 @@ const GrGLInterface* GrGLCreateNativeInterface() { interface->fColorMask = glColorMask; interface->fCompileShader = glCompileShader; interface->fCompressedTexImage2D = glCompressedTexImage2D; + interface->fCopyTexSubImage2D = glCopyTexSubImage2D; interface->fCreateProgram = glCreateProgram; interface->fCreateShader = glCreateShader; interface->fCullFace = glCullFace; -- cgit v1.2.3