Hack to make it work with CCL
[cl-glfw.git] / lib / opengl-sgix_polynomial_ffd.lisp
blob460065bd59c912569969866a78827e997b0881ba
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")