commit | c49d66b04e0014f6b3be8346e4e4906d6807eb2d | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Aug 03 14:22:30 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Aug 03 14:22:30 2011 +0000 |
tree | 62456e3613da930e828b9ac1e86aa8948a70c4f8 | |
parent | d32c5f564e4aa9ada2650e07d3856d5b21cd2138 [diff] [blame] |
Add glReadBuffer to GrGLInterface. Review URL: http://codereview.appspot.com/4841048/ git-svn-id: http://skia.googlecode.com/svn/trunk@2034 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/win/GrGLDefaultInterface_win.cpp b/gpu/src/win/GrGLDefaultInterface_win.cpp index 05f5414..1bf0457 100644 --- a/gpu/src/win/GrGLDefaultInterface_win.cpp +++ b/gpu/src/win/GrGLDefaultInterface_win.cpp
@@ -72,6 +72,7 @@ gDefaultInterface.fMatrixMode = glMatrixMode; gDefaultInterface.fPixelStorei = glPixelStorei; gDefaultInterface.fPointSize = glPointSize; + gDefaultInterface.fReadBuffer = glReadBuffer; gDefaultInterface.fReadPixels = glReadPixels; gDefaultInterface.fScissor = glScissor; gDefaultInterface.fShadeModel = glShadeModel;