summaryrefslogtreecommitdiffstats
path: root/app/gfx/gl/gl_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/gfx/gl/gl_interface.h')
-rw-r--r--app/gfx/gl/gl_interface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/gfx/gl/gl_interface.h b/app/gfx/gl/gl_interface.h
index f670db1..b26acb1 100644
--- a/app/gfx/gl/gl_interface.h
+++ b/app/gfx/gl/gl_interface.h
@@ -261,8 +261,6 @@ class GLInterface {
virtual GLboolean IsTexture(GLuint texture) = 0;
- virtual void* MapBuffer(GLenum target, GLenum access) = 0;
-
virtual void LineWidth(GLfloat width) = 0;
virtual void LinkProgram(GLuint program) = 0;
@@ -379,8 +377,6 @@ class GLInterface {
GLint location, GLsizei count, GLboolean transpose,
const GLfloat* value) = 0;
- virtual GLboolean UnmapBuffer(GLenum target) = 0;
-
virtual void UseProgram(GLuint program) = 0;
virtual void ValidateProgram(GLuint program) = 0;