mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 09:28:13 +00:00
LibGL: Implement glIsList
This commit is contained in:
parent
17c109f5d7
commit
506abf2a61
5 changed files with 15 additions and 0 deletions
|
@ -414,6 +414,7 @@ GLAPI void glDeleteLists(GLuint list, GLsizei range);
|
|||
GLAPI void glListBase(GLuint base);
|
||||
GLAPI void glEndList(void);
|
||||
GLAPI void glNewList(GLuint list, GLenum mode);
|
||||
GLAPI GLboolean glIsList(GLuint list);
|
||||
GLAPI void glFlush();
|
||||
GLAPI void glFinish();
|
||||
GLAPI void glBlendFunc(GLenum sfactor, GLenum dfactor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue