mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 14:53:56 -07:00
Added glDrawRangeElements to function list.
This was SVN commit r297.
This commit is contained in:
parent
86eaf95476
commit
726d5a6adf
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#ifndef REAL_GL_1_2
|
||||
FUNC(void, glMultiTexCoord2f, (int, float, float))
|
||||
FUNC(void, glDrawRangeElements,(GLenum,GLuint,GLuint,GLsizei,GLenum,GLvoid*))
|
||||
#endif
|
||||
|
||||
#ifndef REAL_GL_1_3
|
||||
|
|
|
|||
Loading…
Reference in a new issue