Fixed the nil names of the generator.
[cl-glfw.git] / lib / opengl-mesa_window_pos.lisp
blobe3bb38d408fac9e6e7e7e2cf294b7656523cc0f5
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl)
5 ;;;; mesa_window_pos
7 (defglextfun
8 (("WindowPos4svMESA" window-pos-4sv-mesa) :args
9 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :return
10 ("void") :category ("MESA_window_pos") :version ("1.0") :glxropcode ("?")
11 :glsopcode ("0x01FB") :offset ("536")))
12 (defglextfun
13 (("WindowPos4sMESA" window-pos-4s-mesa) :args
14 ((:name |x| :type |CoordS| :direction :in)
15 (:name |y| :type |CoordS| :direction :in)
16 (:name |z| :type |CoordS| :direction :in)
17 (:name |w| :type |CoordS| :direction :in))
18 :return ("void") :category ("MESA_window_pos") :vectorequiv
19 ("WindowPos4svMESA") :version ("1.0") :offset ("535")))
20 (defglextfun
21 (("WindowPos4ivMESA" window-pos-4iv-mesa) :args
22 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :return
23 ("void") :category ("MESA_window_pos") :version ("1.0") :glxropcode ("?")
24 :glsopcode ("0x01FA") :offset ("534")))
25 (defglextfun
26 (("WindowPos4iMESA" window-pos-4i-mesa) :args
27 ((:name |x| :type |CoordI| :direction :in)
28 (:name |y| :type |CoordI| :direction :in)
29 (:name |z| :type |CoordI| :direction :in)
30 (:name |w| :type |CoordI| :direction :in))
31 :return ("void") :category ("MESA_window_pos") :vectorequiv
32 ("WindowPos4ivMESA") :version ("1.0") :offset ("533")))
33 (defglextfun
34 (("WindowPos4fvMESA" window-pos-4fv-mesa) :args
35 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :return
36 ("void") :category ("MESA_window_pos") :version ("1.0") :glxropcode ("?")
37 :glsopcode ("0x01F9") :offset ("532")))
38 (defglextfun
39 (("WindowPos4fMESA" window-pos-4f-mesa) :args
40 ((:name |x| :type |CoordF| :direction :in)
41 (:name |y| :type |CoordF| :direction :in)
42 (:name |z| :type |CoordF| :direction :in)
43 (:name |w| :type |CoordF| :direction :in))
44 :return ("void") :category ("MESA_window_pos") :vectorequiv
45 ("WindowPos4fvMESA") :version ("1.0") :offset ("531")))
46 (defglextfun
47 (("WindowPos4dvMESA" window-pos-4dv-mesa) :args
48 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :return
49 ("void") :category ("MESA_window_pos") :version ("1.0") :glxropcode ("?")
50 :glsopcode ("0x01F8") :offset ("530")))
51 (defglextfun
52 (("WindowPos4dMESA" window-pos-4d-mesa) :args
53 ((:name |x| :type |CoordD| :direction :in)
54 (:name |y| :type |CoordD| :direction :in)
55 (:name |z| :type |CoordD| :direction :in)
56 (:name |w| :type |CoordD| :direction :in))
57 :return ("void") :vectorequiv ("WindowPos4dvMESA") :category
58 ("MESA_window_pos") :version ("1.0") :offset ("529")))
59 (defglextfun
60 (("WindowPos3svMESA" window-pos-3sv-mesa) :args
61 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :return
62 ("void") :category ("MESA_window_pos") :version ("1.0") :glxropcode ("?")
63 :glsopcode ("0x01F7") :alias ("WindowPos3svARB")))
64 (defglextfun
65 (("WindowPos3sMESA" window-pos-3s-mesa) :args
66 ((:name |x| :type |CoordS| :direction :in)
67 (:name |y| :type |CoordS| :direction :in)
68 (:name |z| :type |CoordS| :direction :in))
69 :return ("void") :category ("MESA_window_pos") :vectorequiv
70 ("WindowPos3svMESA") :version ("1.0") :alias ("WindowPos3sARB")))
71 (defglextfun
72 (("WindowPos3ivMESA" window-pos-3iv-mesa) :args
73 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :return
74 ("void") :category ("MESA_window_pos") :version ("1.0") :glxropcode ("?")
75 :glsopcode ("0x01F6") :alias ("WindowPos3ivARB")))
76 (defglextfun
77 (("WindowPos3iMESA" window-pos-3i-mesa) :args
78 ((:name |x| :type |CoordI| :direction :in)
79 (:name |y| :type |CoordI| :direction :in)
80 (:name |z| :type |CoordI| :direction :in))
81 :return ("void") :category ("MESA_window_pos") :vectorequiv
82 ("WindowPos3ivMESA") :version ("1.0") :alias ("WindowPos3iARB")))
83 (defglextfun
84 (("WindowPos3fvMESA" window-pos-3fv-mesa) :args
85 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :return
86 ("void") :category ("MESA_window_pos") :version ("1.0") :glxropcode ("?")
87 :glsopcode ("0x01F5") :alias ("WindowPos3fvARB")))
88 (defglextfun
89 (("WindowPos3fMESA" window-pos-3f-mesa) :args
90 ((:name |x| :type |CoordF| :direction :in)
91 (:name |y| :type |CoordF| :direction :in)
92 (:name |z| :type |CoordF| :direction :in))
93 :return ("void") :category ("MESA_window_pos") :vectorequiv
94 ("WindowPos3fvMESA") :version ("1.0") :alias ("WindowPos3fARB")))
95 (defglextfun
96 (("WindowPos3dvMESA" window-pos-3dv-mesa) :args
97 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :return
98 ("void") :category ("MESA_window_pos") :version ("1.0") :glxropcode ("?")
99 :glsopcode ("0x01F4") :alias ("WindowPos3dvARB")))
100 (defglextfun
101 (("WindowPos3dMESA" window-pos-3d-mesa) :args
102 ((:name |x| :type |CoordD| :direction :in)
103 (:name |y| :type |CoordD| :direction :in)
104 (:name |z| :type |CoordD| :direction :in))
105 :return ("void") :vectorequiv ("WindowPos3dvMESA") :category
106 ("MESA_window_pos") :version ("1.0") :alias ("WindowPos3dARB")))
107 (defglextfun
108 (("WindowPos2svMESA" window-pos-2sv-mesa) :args
109 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :return
110 ("void") :category ("MESA_window_pos") :version ("1.0") :glxropcode ("?")
111 :glsopcode ("0x01F3") :alias ("WindowPos2svARB")))
112 (defglextfun
113 (("WindowPos2sMESA" window-pos-2s-mesa) :args
114 ((:name |x| :type |CoordS| :direction :in)
115 (:name |y| :type |CoordS| :direction :in))
116 :return ("void") :category ("MESA_window_pos") :vectorequiv
117 ("WindowPos2svMESA") :version ("1.0") :alias ("WindowPos2sARB")))
118 (defglextfun
119 (("WindowPos2ivMESA" window-pos-2iv-mesa) :args
120 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :return
121 ("void") :category ("MESA_window_pos") :version ("1.0") :glxropcode ("?")
122 :glsopcode ("0x01F2") :alias ("WindowPos2ivARB")))
123 (defglextfun
124 (("WindowPos2iMESA" window-pos-2i-mesa) :args
125 ((:name |x| :type |CoordI| :direction :in)
126 (:name |y| :type |CoordI| :direction :in))
127 :return ("void") :category ("MESA_window_pos") :vectorequiv
128 ("WindowPos2ivMESA") :version ("1.0") :alias ("WindowPos2iARB")))
129 (defglextfun
130 (("WindowPos2fvMESA" window-pos-2fv-mesa) :args
131 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :return
132 ("void") :category ("MESA_window_pos") :version ("1.0") :glxropcode ("?")
133 :glsopcode ("0x01F1") :alias ("WindowPos2fvARB")))
134 (defglextfun
135 (("WindowPos2fMESA" window-pos-2f-mesa) :args
136 ((:name |x| :type |CoordF| :direction :in)
137 (:name |y| :type |CoordF| :direction :in))
138 :return ("void") :category ("MESA_window_pos") :vectorequiv
139 ("WindowPos2fvMESA") :version ("1.0") :alias ("WindowPos2fARB")))
140 (defglextfun
141 (("WindowPos2dvMESA" window-pos-2dv-mesa) :args
142 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :return
143 ("void") :category ("MESA_window_pos") :version ("1.0") :glxropcode ("?")
144 :glsopcode ("0x01F0") :alias ("WindowPos2dvARB")))
145 (defglextfun
146 (("WindowPos2dMESA" window-pos-2d-mesa) :args
147 ((:name |x| :type |CoordD| :direction :in)
148 (:name |y| :type |CoordD| :direction :in))
149 :return ("void") :category ("MESA_window_pos") :vectorequiv
150 ("WindowPos2dvMESA") :version ("1.0") :alias ("WindowPos2dARB")))