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