Author: D Herring <dherring@at.tentpost.dot.com>
[cl-glfw.git] / lib / opengl-mesa_window_pos.lisp
blob392933a23798fc9529f9559d48ec089d93b18f73
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 "WindowPos4svMESA" window-pos-4sv-mesa :return "void" :args
8 ((:name |v| :type |CoordS| :direction :in :array t :size #x4)) :category
9 "MESA_window_pos" :version "1.0")
10 (defglextfun "WindowPos4sMESA" window-pos-4s-mesa :return "void" :args
11 ((:name |x| :type |CoordS| :direction :in)
12 (:name |y| :type |CoordS| :direction :in)
13 (:name |z| :type |CoordS| :direction :in)
14 (:name |w| :type |CoordS| :direction :in))
15 :category "MESA_window_pos" :version "1.0")
16 (defglextfun "WindowPos4ivMESA" window-pos-4iv-mesa :return "void" :args
17 ((:name |v| :type |CoordI| :direction :in :array t :size #x4)) :category
18 "MESA_window_pos" :version "1.0")
19 (defglextfun "WindowPos4iMESA" window-pos-4i-mesa :return "void" :args
20 ((:name |x| :type |CoordI| :direction :in)
21 (:name |y| :type |CoordI| :direction :in)
22 (:name |z| :type |CoordI| :direction :in)
23 (:name |w| :type |CoordI| :direction :in))
24 :category "MESA_window_pos" :version "1.0")
25 (defglextfun "WindowPos4fvMESA" window-pos-4fv-mesa :return "void" :args
26 ((:name |v| :type |CoordF| :direction :in :array t :size #x4)) :category
27 "MESA_window_pos" :version "1.0")
28 (defglextfun "WindowPos4fMESA" window-pos-4f-mesa :return "void" :args
29 ((:name |x| :type |CoordF| :direction :in)
30 (:name |y| :type |CoordF| :direction :in)
31 (:name |z| :type |CoordF| :direction :in)
32 (:name |w| :type |CoordF| :direction :in))
33 :category "MESA_window_pos" :version "1.0")
34 (defglextfun "WindowPos4dvMESA" window-pos-4dv-mesa :return "void" :args
35 ((:name |v| :type |CoordD| :direction :in :array t :size #x4)) :category
36 "MESA_window_pos" :version "1.0")
37 (defglextfun "WindowPos4dMESA" window-pos-4d-mesa :return "void" :args
38 ((:name |x| :type |CoordD| :direction :in)
39 (:name |y| :type |CoordD| :direction :in)
40 (:name |z| :type |CoordD| :direction :in)
41 (:name |w| :type |CoordD| :direction :in))
42 :category "MESA_window_pos" :version "1.0")
43 (defglextfun "WindowPos3svMESA" window-pos-3sv-mesa :return "void" :args
44 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
45 "MESA_window_pos" :version "1.0")
46 (defglextfun "WindowPos3sMESA" window-pos-3s-mesa :return "void" :args
47 ((:name |x| :type |CoordS| :direction :in)
48 (:name |y| :type |CoordS| :direction :in)
49 (:name |z| :type |CoordS| :direction :in))
50 :category "MESA_window_pos" :version "1.0")
51 (defglextfun "WindowPos3ivMESA" window-pos-3iv-mesa :return "void" :args
52 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
53 "MESA_window_pos" :version "1.0")
54 (defglextfun "WindowPos3iMESA" window-pos-3i-mesa :return "void" :args
55 ((:name |x| :type |CoordI| :direction :in)
56 (:name |y| :type |CoordI| :direction :in)
57 (:name |z| :type |CoordI| :direction :in))
58 :category "MESA_window_pos" :version "1.0")
59 (defglextfun "WindowPos3fvMESA" window-pos-3fv-mesa :return "void" :args
60 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
61 "MESA_window_pos" :version "1.0")
62 (defglextfun "WindowPos3fMESA" window-pos-3f-mesa :return "void" :args
63 ((:name |x| :type |CoordF| :direction :in)
64 (:name |y| :type |CoordF| :direction :in)
65 (:name |z| :type |CoordF| :direction :in))
66 :category "MESA_window_pos" :version "1.0")
67 (defglextfun "WindowPos3dvMESA" window-pos-3dv-mesa :return "void" :args
68 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
69 "MESA_window_pos" :version "1.0")
70 (defglextfun "WindowPos3dMESA" window-pos-3d-mesa :return "void" :args
71 ((:name |x| :type |CoordD| :direction :in)
72 (:name |y| :type |CoordD| :direction :in)
73 (:name |z| :type |CoordD| :direction :in))
74 :category "MESA_window_pos" :version "1.0")
75 (defglextfun "WindowPos2svMESA" window-pos-2sv-mesa :return "void" :args
76 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
77 "MESA_window_pos" :version "1.0")
78 (defglextfun "WindowPos2sMESA" window-pos-2s-mesa :return "void" :args
79 ((:name |x| :type |CoordS| :direction :in)
80 (:name |y| :type |CoordS| :direction :in))
81 :category "MESA_window_pos" :version "1.0")
82 (defglextfun "WindowPos2ivMESA" window-pos-2iv-mesa :return "void" :args
83 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
84 "MESA_window_pos" :version "1.0")
85 (defglextfun "WindowPos2iMESA" window-pos-2i-mesa :return "void" :args
86 ((:name |x| :type |CoordI| :direction :in)
87 (:name |y| :type |CoordI| :direction :in))
88 :category "MESA_window_pos" :version "1.0")
89 (defglextfun "WindowPos2fvMESA" window-pos-2fv-mesa :return "void" :args
90 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
91 "MESA_window_pos" :version "1.0")
92 (defglextfun "WindowPos2fMESA" window-pos-2f-mesa :return "void" :args
93 ((:name |x| :type |CoordF| :direction :in)
94 (:name |y| :type |CoordF| :direction :in))
95 :category "MESA_window_pos" :version "1.0")
96 (defglextfun "WindowPos2dvMESA" window-pos-2dv-mesa :return "void" :args
97 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
98 "MESA_window_pos" :version "1.0")
99 (defglextfun "WindowPos2dMESA" window-pos-2d-mesa :return "void" :args
100 ((:name |x| :type |CoordD| :direction :in)
101 (:name |y| :type |CoordD| :direction :in))
102 :category "MESA_window_pos" :version "1.0")