Fixed package name
[cl-glfw.git] / lib / opengl-sgix_polynomial_ffd.lisp
blob3c495fe17d11d3de8e6401720d6ccd9d71ead1c5
2 (in-package #:gl)
4 ;;;; SGIX_polynomial_ffd
6 (defglextfun
7 (("LoadIdentityDeformationMapSGIX" load-identity-deformation-map-sgix) :args
8 ((:name |mask| :type |FfdMaskSGIX| :direction :in)) :return ("void")
9 :category ("SGIX_polynomial_ffd") :version ("1.0") :glxflags ("SGI" "ignore")
10 :glxropcode ("2076") :extension nil :glsopcode ("0x0187") :offset ("?")))
11 (defglextfun
12 (("DeformSGIX" deform-sgix) :args
13 ((:name |mask| :type |FfdMaskSGIX| :direction :in)) :return ("void")
14 :category ("SGIX_polynomial_ffd") :version ("1.0") :glxflags ("SGI" "ignore")
15 :glxropcode ("2075") :extension nil :glsopcode ("0x0186") :offset ("?")))
16 (defglextfun
17 (("DeformationMap3fSGIX" deformation-map-3f-sgix) :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 :return ("void") :category ("SGIX_polynomial_ffd") :dlflags ("handcode")
34 :version ("1.0") :glxflags ("SGI" "ignore") :glxropcode ("2074") :extension
35 nil :glsflags ("capture-handcode") :glsopcode ("0x0185") :offset ("?")))
36 (defglextfun
37 (("DeformationMap3dSGIX" deformation-map-3d-sgix) :args
38 ((:name |target| :type |FfdTargetSGIX| :direction :in)
39 (:name |u1| :type |CoordD| :direction :in)
40 (:name |u2| :type |CoordD| :direction :in)
41 (:name |ustride| :type |Int32| :direction :in)
42 (:name |uorder| :type |CheckedInt32| :direction :in)
43 (:name |v1| :type |CoordD| :direction :in)
44 (:name |v2| :type |CoordD| :direction :in)
45 (:name |vstride| :type |Int32| :direction :in)
46 (:name |vorder| :type |CheckedInt32| :direction :in)
47 (:name |w1| :type |CoordD| :direction :in)
48 (:name |w2| :type |CoordD| :direction :in)
49 (:name |wstride| :type |Int32| :direction :in)
50 (:name |worder| :type |CheckedInt32| :direction :in)
51 (:name |points| :type |CoordD| :direction :in :array t :size
52 (|target| |ustride| |uorder| |vstride| |vorder| |wstride| |worder|)))
53 :return ("void") :dlflags ("handcode") :category ("SGIX_polynomial_ffd")
54 :version ("1.0") :glxflags ("SGI" "ignore") :glxropcode ("2073") :extension
55 nil :glsflags ("capture-handcode") :glsopcode ("0x0184") :offset ("?")))