Added Win+Mac notes. Some wishlist aswell.
[cl-glfw/jecs.git] / lib / opengl-sgix_polynomial_ffd.lisp
blob57baa076d336753c32e42d7c66c6b4d1d59a2bf6
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 (defglextfun "LoadIdentityDeformationMapSGIX"
8 load-identity-deformation-map-sgix :return "void" :args
9 ((:name |mask| :type |FfdMaskSGIX| :direction :in)) :category
10 "SGIX_polynomial_ffd" :version "1.0")
11 (defglextfun "DeformSGIX" deform-sgix :return "void" :args
12 ((:name |mask| :type |FfdMaskSGIX| :direction :in)) :category
13 "SGIX_polynomial_ffd" :version "1.0")
14 (defglextfun "DeformationMap3fSGIX" deformation-map-3f-sgix :return "void"
15 :args
16 ((:name |target| :type |FfdTargetSGIX| :direction :in)
17 (:name |u1| :type |CoordF| :direction :in)
18 (:name |u2| :type |CoordF| :direction :in)
19 (:name |ustride| :type |Int32| :direction :in)
20 (:name |uorder| :type |CheckedInt32| :direction :in)
21 (:name |v1| :type |CoordF| :direction :in)
22 (:name |v2| :type |CoordF| :direction :in)
23 (:name |vstride| :type |Int32| :direction :in)
24 (:name |vorder| :type |CheckedInt32| :direction :in)
25 (:name |w1| :type |CoordF| :direction :in)
26 (:name |w2| :type |CoordF| :direction :in)
27 (:name |wstride| :type |Int32| :direction :in)
28 (:name |worder| :type |CheckedInt32| :direction :in)
29 (:name |points| :type |CoordF| :direction :in :array t :size
30 (|target| |ustride| |uorder| |vstride| |vorder| |wstride| |worder|)))
31 :category "SGIX_polynomial_ffd" :version "1.0")
32 (defglextfun "DeformationMap3dSGIX" deformation-map-3d-sgix :return "void"
33 :args
34 ((:name |target| :type |FfdTargetSGIX| :direction :in)
35 (:name |u1| :type |CoordD| :direction :in)
36 (:name |u2| :type |CoordD| :direction :in)
37 (:name |ustride| :type |Int32| :direction :in)
38 (:name |uorder| :type |CheckedInt32| :direction :in)
39 (:name |v1| :type |CoordD| :direction :in)
40 (:name |v2| :type |CoordD| :direction :in)
41 (:name |vstride| :type |Int32| :direction :in)
42 (:name |vorder| :type |CheckedInt32| :direction :in)
43 (:name |w1| :type |CoordD| :direction :in)
44 (:name |w2| :type |CoordD| :direction :in)
45 (:name |wstride| :type |Int32| :direction :in)
46 (:name |worder| :type |CheckedInt32| :direction :in)
47 (:name |points| :type |CoordD| :direction :in :array t :size
48 (|target| |ustride| |uorder| |vstride| |vorder| |wstride| |worder|)))
49 :category "SGIX_polynomial_ffd" :version "1.0")