1sage_init(3) Library Functions Manual sage_init(3)
2
3
4
6 sage_init
7
8
10 void sage_init (void)
11
12
14 Initialise the Sage library. This function links up the function pointâ
15 ers to the extensions that are reported by glGetString(GL_EXTENSIONS)
16 and sets the sage_ext array to 1 for existing extensions.
17
18 Note that some Open GL implementations report an extension in the
19 GL_EXTENSIONS string but do not have the function implemented.
20
22 Simon Goodall (simon (at) simongoodall.co.uk)
23
25 sage(3)
26
27
28
29 September 22, 2005 sage_init(3)