mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:17:44 +00:00
LibGL: Implement glTexCoordPointer
This commit is contained in:
parent
f52f40925c
commit
f776402632
5 changed files with 25 additions and 0 deletions
|
@ -359,6 +359,7 @@ GLAPI void glEnableClientState(GLenum cap);
|
|||
GLAPI void glDisableClientState(GLenum cap);
|
||||
GLAPI void glVertexPointer(GLint size, GLenum type, GLsizei stride, const void* pointer);
|
||||
GLAPI void glColorPointer(GLint size, GLenum type, GLsizei stride, const void* pointer);
|
||||
GLAPI void glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const void* pointer);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue