-
Notifications
You must be signed in to change notification settings - Fork 2
/
gl.fs
61 lines (50 loc) · 1.59 KB
/
gl.fs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
library GL GL
hex
8892 constant GL_ARRAY_BUFFER
8893 constant GL_ELEMENT_ARRAY_BUFFER
88E4 constant GL_STATIC_DRAW
88B9 constant GL_WRITE_ONLY
cconstant GL_TRUE
cconstant GL_COLOR_BUFFER_BIT
cconstant GL_DEPTH_BUFFER_BIT
cconstant GL_TRIANGLES
cconstant GL_POLYGON
cconstant GL_SMOOTH
cconstant GL_PROJECTION
cconstant GL_MODELVIEW
cconstant GL_DEPTH_TEST
cconstant GL_LIGHTING
cconstant GL_LIGHT0
cconstant GL_FLOAT
cconstant GL_INT
cconstant GL_SHORT
cconstant GL_VERTEX_ARRAY
decimal
GL glGetError (int) glGetError
GL glShadeModel int (void) glShadeModel
GL glMatrixMode int (void) glMatrixMode
GL glClearColor sf sf sf sf (void) glClearColor
GL glColor4f sf sf sf sf (void) glColor4f
GL glColor4uiv ptr (void) glColor4uiv
GL glColor4fv ptr (void) glColor4fv
GL glVertexPointer int int int ptr (void) glVertexPointer
GL glEnable int (void) glEnable
GL glEnableClientState int (void) glEnableClientState
GL glViewport int int int int (void) glViewport
GL glClear int (void) glClear
GL glLoadIdentity (void) glLoadIdentity
GL glBegin int (void) glBegin
GL glEnd (void) glEnd
GL glFlush (void) glFlush
GL glVertex3iv ptr (void) glVertex3iv
GL glVertex2f sf sf (void) glVertex2f
GL glTranslatef sf sf sf (void) glTranslatef
GL glRotatef sf sf sf sf (void) glRotatef
GL glOrtho df df df df df df (void) glOrtho
GL glUseProgram int (void) glUseProgram
GL glGenBuffers int ptr (void) glGenBuffers
GL glMapBuffer int int (ptr) glMapBuffer
GL glUnmapBuffer int (int) glUnmapBuffer
GL glBindBuffer int int (void) glBindBuffer
GL glBufferData int int ptr int (void) glBufferData
GL glDrawArrays int int int (void) glDrawArrays