Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-sgix_polynomial_ffd.lisp
blob1080729da82bcd97138d1df1a9fc11b7b1c5c4fd
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
8 (("LoadIdentityDeformationMapSGIX" load-identity-deformation-map-sgix) :args
9 ((:name |mask| :type |FfdMaskSGIX| :direction :in)) :return ("void")
10 :category ("SGIX_polynomial_ffd") :version ("1.0") :glxflags ("SGI" "ignore")
11 :glxropcode ("2076") :extension nil :glsopcode ("0x0187") :offset ("?")))
12 (defglextfun
13 (("DeformSGIX" deform-sgix) :args
14 ((:name |mask| :type |FfdMaskSGIX| :direction :in)) :return ("void")
15 :category ("SGIX_polynomial_ffd") :version ("1.0") :glxflags ("SGI" "ignore")
16 :glxropcode ("2075") :extension nil :glsopcode ("0x0186") :offset ("?")))
17 (defglextfun
18 (("DeformationMap3fSGIX" deformation-map-3f-sgix) :args
19 ((:name |target| :type |FfdTargetSGIX| :direction :in)
20 (:name |u1| :type |CoordF| :direction :in)
21 (:name |u2| :type |CoordF| :direction :in)
22 (:name |ustride| :type |Int32| :direction :in)
23 (:name |uorder| :type |CheckedInt32| :direction :in)
24 (:name |v1| :type |CoordF| :direction :in)
25 (:name |v2| :type |CoordF| :direction :in)
26 (:name |vstride| :type |Int32| :direction :in)
27 (:name |vorder| :type |CheckedInt32| :direction :in)
28 (:name |w1| :type |CoordF| :direction :in)
29 (:name |w2| :type |CoordF| :direction :in)
30 (:name |wstride| :type |Int32| :direction :in)
31 (:name |worder| :type |CheckedInt32| :direction :in)
32 (:name |points| :type |CoordF| :direction :in :array t :size
33 (|target| |ustride| |uorder| |vstride| |vorder| |wstride| |worder|)))
34 :return ("void") :category ("SGIX_polynomial_ffd") :dlflags ("handcode")
35 :version ("1.0") :glxflags ("SGI" "ignore") :glxropcode ("2074") :extension
36 nil :glsflags ("capture-handcode") :glsopcode ("0x0185") :offset ("?")))
37 (defglextfun
38 (("DeformationMap3dSGIX" deformation-map-3d-sgix) :args
39 ((:name |target| :type |FfdTargetSGIX| :direction :in)
40 (:name |u1| :type |CoordD| :direction :in)
41 (:name |u2| :type |CoordD| :direction :in)
42 (:name |ustride| :type |Int32| :direction :in)
43 (:name |uorder| :type |CheckedInt32| :direction :in)
44 (:name |v1| :type |CoordD| :direction :in)
45 (:name |v2| :type |CoordD| :direction :in)
46 (:name |vstride| :type |Int32| :direction :in)
47 (:name |vorder| :type |CheckedInt32| :direction :in)
48 (:name |w1| :type |CoordD| :direction :in)
49 (:name |w2| :type |CoordD| :direction :in)
50 (:name |wstride| :type |Int32| :direction :in)
51 (:name |worder| :type |CheckedInt32| :direction :in)
52 (:name |points| :type |CoordD| :direction :in :array t :size
53 (|target| |ustride| |uorder| |vstride| |vorder| |wstride| |worder|)))
54 :return ("void") :dlflags ("handcode") :category ("SGIX_polynomial_ffd")
55 :version ("1.0") :glxflags ("SGI" "ignore") :glxropcode ("2073") :extension
56 nil :glsflags ("capture-handcode") :glsopcode ("0x0184") :offset ("?")))