add arrays example
git-svn-id: svn://kolibrios.org@5337 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -123,6 +123,8 @@ E_LIB glFrontFace ;(int mode)
|
||||
E_LIB glEnableClientState ;(GLenum array)
|
||||
E_LIB glDisableClientState ;(GLenum array)
|
||||
E_LIB glArrayElement ;(GLint i)
|
||||
E_LIB glDrawArrays ;(mode, first, count)
|
||||
E_LIB glDrawElements ;(mode, count, type, indices)
|
||||
E_LIB glVertexPointer ;(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
|
||||
E_LIB glColorPointer ;(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
|
||||
E_LIB glNormalPointer ;(GLenum type, GLsizei stride, const GLvoid *pointer)
|
||||
|
Reference in New Issue
Block a user