| Index: app/gfx/gl/gl_interface.h
|
| ===================================================================
|
| --- app/gfx/gl/gl_interface.h (revision 78807)
|
| +++ app/gfx/gl/gl_interface.h (working copy)
|
| @@ -261,8 +261,6 @@
|
|
|
| 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 @@
|
| 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;
|
|
|