forked from organicmaps/organicmaps-tmp
[win32] Fix OpenGL function name.
This commit is contained in:
parent
36053f9855
commit
d1de8f9997
2 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue