Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h

Issue 842063003: Add glBindBufferRange to GPU command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@buffer
Patch Set: With fixes Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
index 9bc00eb2dc33b3a4e2ba776f743e85301f7b08c3..b53085f08b1102971e8dd574ce024744a44e8495 100644
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
@@ -27,6 +27,12 @@ void GLES2InterfaceStub::BindBufferBase(GLenum /* target */,
GLuint /* index */,
GLuint /* buffer */) {
}
+void GLES2InterfaceStub::BindBufferRange(GLenum /* target */,
+ GLuint /* index */,
+ GLuint /* buffer */,
+ GLintptr /* offset */,
+ GLsizeiptr /* size */) {
+}
void GLES2InterfaceStub::BindFramebuffer(GLenum /* target */,
GLuint /* framebuffer */) {
}

Powered by Google App Engine
This is Rietveld 408576698