Commit efcbfea7 authored by junov's avatar junov Committed by Commit bot

Adding skia gl interface binding for glCopyTextureCHROMIUM

BUG=415100

Review URL: https://codereview.chromium.org/601883002

Cr-Commit-Position: refs/heads/master@{#296488}
parent fac46ddd
......@@ -40,6 +40,7 @@ GrGLInterface* CreateCommandBufferSkiaGLBinding() {
functions->fCompileShader = glCompileShader;
functions->fCompressedTexImage2D = glCompressedTexImage2D;
functions->fCopyTexSubImage2D = glCopyTexSubImage2D;
functions->fCopyTextureCHROMIUM = glCopyTextureCHROMIUM;
functions->fCreateProgram = glCreateProgram;
functions->fCreateShader = glCreateShader;
functions->fCullFace = glCullFace;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment