aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLTransferBuffer.h
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2016-01-05 10:41:27 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-05 10:41:27 -0800
commit17aa047066eaaa56637c4c2b93c8c4c374127dbf (patch)
treefd23a2418ee23597760f1906025eaa344a3ac020 /src/gpu/gl/GrGLTransferBuffer.h
parent7928ef613f11a3c97fd939090197b8ae2be44b7a (diff)
More framework support for TransferBuffers
Diffstat (limited to 'src/gpu/gl/GrGLTransferBuffer.h')
-rwxr-xr-xsrc/gpu/gl/GrGLTransferBuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLTransferBuffer.h b/src/gpu/gl/GrGLTransferBuffer.h
index ff9caeea74..e01d4447df 100755
--- a/src/gpu/gl/GrGLTransferBuffer.h
+++ b/src/gpu/gl/GrGLTransferBuffer.h
@@ -23,6 +23,7 @@ public:
GrGLuint bufferID() const { return fImpl.bufferID(); }
size_t baseOffset() const { return fImpl.baseOffset(); }
+ GrGLenum bufferType() const { return fImpl.bufferType(); }
protected:
void onAbandon() override;