From ecd84842b3f65918eb040c53391172b6413fd7ad Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Fri, 1 Mar 2013 15:36:02 +0000 Subject: Add support to GrGLInterface for vertex array objects Committed: https://code.google.com/p/skia/source/detail?r=7919 Review URL: https://codereview.chromium.org/12379025 git-svn-id: http://skia.googlecode.com/svn/trunk@7924 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/gpu/gl/GrGLInterface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/gpu/gl/GrGLInterface.h') diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h index 821ea7a77b..bb6a34aba2 100644 --- a/include/gpu/gl/GrGLInterface.h +++ b/include/gpu/gl/GrGLInterface.h @@ -146,6 +146,7 @@ public: GLPtr fBindFramebuffer; GLPtr fBindRenderbuffer; GLPtr fBindTexture; + GLPtr fBindVertexArray; GLPtr fBlendColor; GLPtr fBlendFunc; GLPtr fBlitFramebuffer; @@ -168,6 +169,7 @@ public: GLPtr fDeleteRenderbuffers; GLPtr fDeleteShader; GLPtr fDeleteTextures; + GLPtr fDeleteVertexArrays; GLPtr fDepthMask; GLPtr fDisable; GLPtr fDisableVertexAttribArray; @@ -188,6 +190,7 @@ public: GLPtr fGenQueries; GLPtr fGenRenderbuffers; GLPtr fGenTextures; + GLPtr fGenVertexArrays; GLPtr fGetBufferParameteriv; GLPtr fGetError; GLPtr fGetFramebufferAttachmentParameteriv; -- cgit v1.2.3