Author: D Herring <dherring@at.tentpost.dot.com>
[cl-glfw.git] / lib / opengl-arb_window_pos.lisp
blob294dc5c673f4e590cde22518e1ec6bf14181c47e
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 ;;;; arb_window_pos
7 (defglextfun "WindowPos3svARB" window-pos-3sv-arb :return "void" :args
8 ((:name |v| :type |CoordS| :direction :in :array t :size #x3)) :category
9 "ARB_window_pos" :version "1.0")
10 (defglextfun "WindowPos3sARB" window-pos-3s-arb :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 :category "ARB_window_pos" :version "1.0")
15 (defglextfun "WindowPos3ivARB" window-pos-3iv-arb :return "void" :args
16 ((:name |v| :type |CoordI| :direction :in :array t :size #x3)) :category
17 "ARB_window_pos" :version "1.0")
18 (defglextfun "WindowPos3iARB" window-pos-3i-arb :return "void" :args
19 ((:name |x| :type |CoordI| :direction :in)
20 (:name |y| :type |CoordI| :direction :in)
21 (:name |z| :type |CoordI| :direction :in))
22 :category "ARB_window_pos" :version "1.0")
23 (defglextfun "WindowPos3fvARB" window-pos-3fv-arb :return "void" :args
24 ((:name |v| :type |CoordF| :direction :in :array t :size #x3)) :category
25 "ARB_window_pos" :version "1.0")
26 (defglextfun "WindowPos3fARB" window-pos-3f-arb :return "void" :args
27 ((:name |x| :type |CoordF| :direction :in)
28 (:name |y| :type |CoordF| :direction :in)
29 (:name |z| :type |CoordF| :direction :in))
30 :category "ARB_window_pos" :version "1.0")
31 (defglextfun "WindowPos3dvARB" window-pos-3dv-arb :return "void" :args
32 ((:name |v| :type |CoordD| :direction :in :array t :size #x3)) :category
33 "ARB_window_pos" :version "1.0")
34 (defglextfun "WindowPos3dARB" window-pos-3d-arb :return "void" :args
35 ((:name |x| :type |CoordD| :direction :in)
36 (:name |y| :type |CoordD| :direction :in)
37 (:name |z| :type |CoordD| :direction :in))
38 :category "ARB_window_pos" :version "1.0")
39 (defglextfun "WindowPos2svARB" window-pos-2sv-arb :return "void" :args
40 ((:name |v| :type |CoordS| :direction :in :array t :size #x2)) :category
41 "ARB_window_pos" :version "1.0")
42 (defglextfun "WindowPos2sARB" window-pos-2s-arb :return "void" :args
43 ((:name |x| :type |CoordS| :direction :in)
44 (:name |y| :type |CoordS| :direction :in))
45 :category "ARB_window_pos" :version "1.0")
46 (defglextfun "WindowPos2ivARB" window-pos-2iv-arb :return "void" :args
47 ((:name |v| :type |CoordI| :direction :in :array t :size #x2)) :category
48 "ARB_window_pos" :version "1.0")
49 (defglextfun "WindowPos2iARB" window-pos-2i-arb :return "void" :args
50 ((:name |x| :type |CoordI| :direction :in)
51 (:name |y| :type |CoordI| :direction :in))
52 :category "ARB_window_pos" :version "1.0")
53 (defglextfun "WindowPos2fvARB" window-pos-2fv-arb :return "void" :args
54 ((:name |v| :type |CoordF| :direction :in :array t :size #x2)) :category
55 "ARB_window_pos" :version "1.0")
56 (defglextfun "WindowPos2fARB" window-pos-2f-arb :return "void" :args
57 ((:name |x| :type |CoordF| :direction :in)
58 (:name |y| :type |CoordF| :direction :in))
59 :category "ARB_window_pos" :version "1.0")
60 (defglextfun "WindowPos2dvARB" window-pos-2dv-arb :return "void" :args
61 ((:name |v| :type |CoordD| :direction :in :array t :size #x2)) :category
62 "ARB_window_pos" :version "1.0")
63 (defglextfun "WindowPos2dARB" window-pos-2d-arb :return "void" :args
64 ((:name |x| :type |CoordD| :direction :in)
65 (:name |y| :type |CoordD| :direction :in))
66 :category "ARB_window_pos" :version "1.0")