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/debug/GrGLCreateDebugInterface.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpu/gl/debug') diff --git a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp index 1cf9b53442..b95b888e19 100644 --- a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp +++ b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp @@ -797,6 +797,7 @@ const GrGLInterface* GrGLCreateDebugInterface() { interface->fColorMask = noOpGLColorMask; interface->fCompileShader = noOpGLCompileShader; interface->fCompressedTexImage2D = noOpGLCompressedTexImage2D; + interface->fCopyTexSubImage2D = noOpGLCopyTexSubImage2D; interface->fCreateProgram = debugGLCreateProgram; interface->fCreateShader = debugGLCreateShader; interface->fCullFace = noOpGLCullFace; -- cgit v1.2.3