oops - define GL_UNPACK_ROW_LENGTH not GL_UNPACK_ROW_LENGTH_EXT

This commit is contained in:
Carsten Haitzler 2013-03-22 11:33:57 +09:00
parent 048c8f0b25
commit deabd07e4b
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@
#ifndef GL_BGRA
# define GL_BGRA 0x80E1
#endif
#ifndef GL_UNPACK_ROW_LENGTH_EXT
# define GL_UNPACK_ROW_LENGTH_EXT 0x0cf2
#ifndef GL_UNPACK_ROW_LENGTH
# define GL_UNPACK_ROW_LENGTH 0x0cf2
#endif
#ifndef EGL_NO_CONTEXT