Subversion Repositories Kolibri OS

Rev

Rev 5290 | Rev 5387 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5290 Rev 5337
Line 121... Line 121...
121
 
121
 
122
; opengl 1.2 arrays
122
; opengl 1.2 arrays
123
E_LIB glEnableClientState ;(GLenum array)
123
E_LIB glEnableClientState ;(GLenum array)
124
E_LIB glDisableClientState ;(GLenum array)
124
E_LIB glDisableClientState ;(GLenum array)
-
 
125
E_LIB glArrayElement ;(GLint i)
-
 
126
E_LIB glDrawArrays ;(mode, first, count)
125
E_LIB glArrayElement ;(GLint i)
127
E_LIB glDrawElements ;(mode, count, type, indices)
126
E_LIB glVertexPointer ;(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
128
E_LIB glVertexPointer ;(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
127
E_LIB glColorPointer ;(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
129
E_LIB glColorPointer ;(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
128
E_LIB glNormalPointer ;(GLenum type, GLsizei stride, const GLvoid *pointer)
130
E_LIB glNormalPointer ;(GLenum type, GLsizei stride, const GLvoid *pointer)