Revert "update upstream sources"
[clinton/guile-figl.git] / doc / glx.texi
1 @c This is part of the Figl Reference Manual.
2 @c Copyright (C) 2013 Andy Wingo and others
3 @c See the file figl.texi for copying conditions.
4
5 @node GLX
6 @chapter GLX
7
8 @menu
9 * GLX API:: The high-level interface to GLX.
10 * GLX Enumerations:: GLX enumerated values.
11 * Low-Level GLX:: Primitive interface to ``glx'' functionality.
12 @end menu
13
14 @node GLX API
15 @section GLX API
16
17 Import the GLX module to have access to these procedures:
18
19 @example
20 (use-modules (figl glx))
21 @end example
22
23 The GLX specification is available at
24 @uref{http://www.opengl.org/registry/doc/glx1.3.pdf}.
25
26 @menu
27 @end menu
28
29
30 @node GLX Enumerations
31 @section GLX Enumerations
32 @include low-level-glx-enums.texi
33
34
35 @node Low-Level GLX
36 @section Low-Level GLX
37 @include low-level-glx.texi