[win32] Fix OpenGL function name.

This commit is contained in:
vng 2011-12-02 21:40:37 +03:00 committed by Alex Zolotarev
parent 36053f9855
commit d1de8f9997
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@
// buffer objects extensions
DEFINE_GL_PROC("glBindBufferFn", glBindBufferFn)
DEFINE_GL_PROC("glBindBuffer", glBindBufferFn)
DEFINE_GL_PROC("glGenBuffers", glGenBuffersFn)
DEFINE_GL_PROC("glBufferData", glBufferDataFn)
DEFINE_GL_PROC("glBufferSubData", glBufferSubDataFn)