Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-sgix_polynomial_ffd.lisp
blob0422d7acbc1a923fe8aff4cd04b618b9e9a72e03
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 ;;;; sgix_polynomial_ffd
7 (defconstant +max-deformation-order-sgix+ #x8197)
8 (defconstant +max-deformation-order-sgix+ #x8197)
9 (defglextfun "LoadIdentityDeformationMapSGIX"
10 load-identity-deformation-map-sgix :return "void" :args
11 ((:name |mask| :type |FfdMaskSGIX| :direction :in)) :category
12 "SGIX_polynomial_ffd" :deprecated nil :version "1.0")
13 (defglextfun "DeformSGIX" deform-sgix :return "void" :args
14 ((:name |mask| :type |FfdMaskSGIX| :direction :in)) :category
15 "SGIX_polynomial_ffd" :deprecated nil :version "1.0")
16 (defglextfun "DeformationMap3fSGIX" deformation-map-3f-sgix :return "void"
17 :args
18 ((:name |target| :type |FfdTargetSGIX| :direction :in)
19 (:name |u1| :type |CoordF| :direction :in)
20 (:name |u2| :type |CoordF| :direction :in)
21 (:name |ustride| :type |Int32| :direction :in)
22 (:name |uorder| :type |CheckedInt32| :direction :in)
23 (:name |v1| :type |CoordF| :direction :in)
24 (:name |v2| :type |CoordF| :direction :in)
25 (:name |vstride| :type |Int32| :direction :in)
26 (:name |vorder| :type |CheckedInt32| :direction :in)
27 (:name |w1| :type |CoordF| :direction :in)
28 (:name |w2| :type |CoordF| :direction :in)
29 (:name |wstride| :type |Int32| :direction :in)
30 (:name |worder| :type |CheckedInt32| :direction :in)
31 (:name |points| :type |CoordF| :direction :in :array t :size
32 (|target| |ustride| |uorder| |vstride| |vorder| |wstride| |worder|)))
33 :category "SGIX_polynomial_ffd" :deprecated nil :version "1.0")
34 (defglextfun "DeformationMap3dSGIX" deformation-map-3d-sgix :return "void"
35 :args
36 ((:name |target| :type |FfdTargetSGIX| :direction :in)
37 (:name |u1| :type |CoordD| :direction :in)
38 (:name |u2| :type |CoordD| :direction :in)
39 (:name |ustride| :type |Int32| :direction :in)
40 (:name |uorder| :type |CheckedInt32| :direction :in)
41 (:name |v1| :type |CoordD| :direction :in)
42 (:name |v2| :type |CoordD| :direction :in)
43 (:name |vstride| :type |Int32| :direction :in)
44 (:name |vorder| :type |CheckedInt32| :direction :in)
45 (:name |w1| :type |CoordD| :direction :in)
46 (:name |w2| :type |CoordD| :direction :in)
47 (:name |wstride| :type |Int32| :direction :in)
48 (:name |worder| :type |CheckedInt32| :direction :in)
49 (:name |points| :type |CoordD| :direction :in :array t :size
50 (|target| |ustride| |uorder| |vstride| |vorder| |wstride| |worder|)))
51 :category "SGIX_polynomial_ffd" :deprecated nil :version "1.0")
52 (make-extension-loader |SGIX_polynomial_ffd|
53 (("LoadIdentityDeformationMapSGIX" load-identity-deformation-map-sgix :return
54 "void" :args ((:name |mask| :type |FfdMaskSGIX| :direction :in)) :category
55 "SGIX_polynomial_ffd" :deprecated nil :version "1.0")
56 ("DeformSGIX" deform-sgix :return "void" :args
57 ((:name |mask| :type |FfdMaskSGIX| :direction :in)) :category
58 "SGIX_polynomial_ffd" :deprecated nil :version "1.0")
59 ("DeformationMap3fSGIX" deformation-map-3f-sgix :return "void" :args
60 ((:name |target| :type |FfdTargetSGIX| :direction :in)
61 (:name |u1| :type |CoordF| :direction :in)
62 (:name |u2| :type |CoordF| :direction :in)
63 (:name |ustride| :type |Int32| :direction :in)
64 (:name |uorder| :type |CheckedInt32| :direction :in)
65 (:name |v1| :type |CoordF| :direction :in)
66 (:name |v2| :type |CoordF| :direction :in)
67 (:name |vstride| :type |Int32| :direction :in)
68 (:name |vorder| :type |CheckedInt32| :direction :in)
69 (:name |w1| :type |CoordF| :direction :in)
70 (:name |w2| :type |CoordF| :direction :in)
71 (:name |wstride| :type |Int32| :direction :in)
72 (:name |worder| :type |CheckedInt32| :direction :in)
73 (:name |points| :type |CoordF| :direction :in :array t :size
74 (|target| |ustride| |uorder| |vstride| |vorder| |wstride| |worder|)))
75 :category "SGIX_polynomial_ffd" :deprecated nil :version "1.0")
76 ("DeformationMap3dSGIX" deformation-map-3d-sgix :return "void" :args
77 ((:name |target| :type |FfdTargetSGIX| :direction :in)
78 (:name |u1| :type |CoordD| :direction :in)
79 (:name |u2| :type |CoordD| :direction :in)
80 (:name |ustride| :type |Int32| :direction :in)
81 (:name |uorder| :type |CheckedInt32| :direction :in)
82 (:name |v1| :type |CoordD| :direction :in)
83 (:name |v2| :type |CoordD| :direction :in)
84 (:name |vstride| :type |Int32| :direction :in)
85 (:name |vorder| :type |CheckedInt32| :direction :in)
86 (:name |w1| :type |CoordD| :direction :in)
87 (:name |w2| :type |CoordD| :direction :in)
88 (:name |wstride| :type |Int32| :direction :in)
89 (:name |worder| :type |CheckedInt32| :direction :in)
90 (:name |points| :type |CoordD| :direction :in :array t :size
91 (|target| |ustride| |uorder| |vstride| |vorder| |wstride| |worder|)))
92 :category "SGIX_polynomial_ffd" :deprecated nil :version "1.0")))