Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_secondary_color.lisp
blob05c2892defe5bff37e1345cc2e5b9e44a4916106
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 ;;;; ext_secondary_color
7 (defconstant +color-sum-ext+ #x8458)
8 (defconstant +current-secondary-color-ext+ #x8459)
9 (defconstant +secondary-color-array-size-ext+ #x845A)
10 (defconstant +secondary-color-array-type-ext+ #x845B)
11 (defconstant +secondary-color-array-stride-ext+ #x845C)
12 (defconstant +secondary-color-array-pointer-ext+ #x845D)
13 (defconstant +secondary-color-array-ext+ #x845E)
14 (defglextfun
15 (("SecondaryColorPointerEXT" secondary-color-pointer-ext) :args
16 ((:name |size| :type |Int32| :direction :in)
17 (:name |type| :type |ColorPointerType| :direction :in)
18 (:name |stride| :type |SizeI| :direction :in)
19 (:name |pointer| :type |Void| :direction :in :array t :size
20 (|size| |type| |stride|) :retained t))
21 :return ("void") :category ("EXT_secondary_color") :dlflags ("notlistable")
22 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.1")
23 :extension nil :alias ("SecondaryColorPointer") :glsalias
24 ("SecondaryColorPointer")))
25 (defglextfun
26 (("SecondaryColor3usvEXT" secondary-color-3usv-ext) :args
27 ((:name |v| :type |ColorUS| :direction :in :array t :size #x3)) :return
28 ("void") :category ("EXT_secondary_color") :version ("1.1") :glxropcode
29 ("4132") :alias ("SecondaryColor3usv") :glsalias ("SecondaryColor3usv")))
30 (defglextfun
31 (("SecondaryColor3usEXT" secondary-color-3us-ext) :args
32 ((:name |red| :type |ColorUS| :direction :in)
33 (:name |green| :type |ColorUS| :direction :in)
34 (:name |blue| :type |ColorUS| :direction :in))
35 :return ("void") :category ("EXT_secondary_color") :vectorequiv
36 ("SecondaryColor3usvEXT") :version ("1.1") :alias ("SecondaryColor3us")
37 :glsalias ("SecondaryColor3us")))
38 (defglextfun
39 (("SecondaryColor3uivEXT" secondary-color-3uiv-ext) :args
40 ((:name |v| :type |ColorUI| :direction :in :array t :size #x3)) :return
41 ("void") :category ("EXT_secondary_color") :version ("1.1") :glxropcode
42 ("4133") :alias ("SecondaryColor3uiv") :glsalias ("SecondaryColor3uiv")))
43 (defglextfun
44 (("SecondaryColor3uiEXT" secondary-color-3ui-ext) :args
45 ((:name |red| :type |ColorUI| :direction :in)
46 (:name |green| :type |ColorUI| :direction :in)
47 (:name |blue| :type |ColorUI| :direction :in))
48 :return ("void") :category ("EXT_secondary_color") :vectorequiv
49 ("SecondaryColor3uivEXT") :version ("1.1") :alias ("SecondaryColor3ui")
50 :glsalias ("SecondaryColor3ui")))
51 (defglextfun
52 (("SecondaryColor3ubvEXT" secondary-color-3ubv-ext) :args
53 ((:name |v| :type |ColorUB| :direction :in :array t :size #x3)) :return
54 ("void") :category ("EXT_secondary_color") :version ("1.1") :glxropcode
55 ("4131") :alias ("SecondaryColor3ubv") :glsalias ("SecondaryColor3ubv")))
56 (defglextfun
57 (("SecondaryColor3ubEXT" secondary-color-3ub-ext) :args
58 ((:name |red| :type |ColorUB| :direction :in)
59 (:name |green| :type |ColorUB| :direction :in)
60 (:name |blue| :type |ColorUB| :direction :in))
61 :return ("void") :category ("EXT_secondary_color") :vectorequiv
62 ("SecondaryColor3ubvEXT") :version ("1.1") :alias ("SecondaryColor3ub")
63 :glsalias ("SecondaryColor3ub")))
64 (defglextfun
65 (("SecondaryColor3svEXT" secondary-color-3sv-ext) :args
66 ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :return
67 ("void") :category ("EXT_secondary_color") :version ("1.1") :glxropcode
68 ("4127") :alias ("SecondaryColor3sv") :glsalias ("SecondaryColor3sv")))
69 (defglextfun
70 (("SecondaryColor3sEXT" secondary-color-3s-ext) :args
71 ((:name |red| :type |ColorS| :direction :in)
72 (:name |green| :type |ColorS| :direction :in)
73 (:name |blue| :type |ColorS| :direction :in))
74 :return ("void") :category ("EXT_secondary_color") :vectorequiv
75 ("SecondaryColor3svEXT") :version ("1.1") :alias ("SecondaryColor3s")
76 :glsalias ("SecondaryColor3s")))
77 (defglextfun
78 (("SecondaryColor3ivEXT" secondary-color-3iv-ext) :args
79 ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :return
80 ("void") :category ("EXT_secondary_color") :version ("1.1") :glxropcode
81 ("4128") :glsopcode ("0x0200") :offset ("568") :alias ("SecondaryColor3iv")
82 :glsalias ("SecondaryColor3iv")))
83 (defglextfun
84 (("SecondaryColor3iEXT" secondary-color-3i-ext) :args
85 ((:name |red| :type |ColorI| :direction :in)
86 (:name |green| :type |ColorI| :direction :in)
87 (:name |blue| :type |ColorI| :direction :in))
88 :return ("void") :category ("EXT_secondary_color") :vectorequiv
89 ("SecondaryColor3ivEXT") :version ("1.1") :alias ("SecondaryColor3i")
90 :glsalias ("SecondaryColor3i")))
91 (defglextfun
92 (("SecondaryColor3fvEXT" secondary-color-3fv-ext) :args
93 ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :return
94 ("void") :category ("EXT_secondary_color") :version ("1.1") :glxropcode
95 ("4129") :alias ("SecondaryColor3fv") :glsalias ("SecondaryColor3fv")))
96 (defglextfun
97 (("SecondaryColor3fEXT" secondary-color-3f-ext) :args
98 ((:name |red| :type |ColorF| :direction :in)
99 (:name |green| :type |ColorF| :direction :in)
100 (:name |blue| :type |ColorF| :direction :in))
101 :return ("void") :category ("EXT_secondary_color") :vectorequiv
102 ("SecondaryColor3fvEXT") :version ("1.1") :alias ("SecondaryColor3f")
103 :glsalias ("SecondaryColor3f")))
104 (defglextfun
105 (("SecondaryColor3dvEXT" secondary-color-3dv-ext) :args
106 ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :return
107 ("void") :category ("EXT_secondary_color") :version ("1.1") :glxropcode
108 ("4130") :alias ("SecondaryColor3dv") :glsalias ("SecondaryColor3dv")))
109 (defglextfun
110 (("SecondaryColor3dEXT" secondary-color-3d-ext) :args
111 ((:name |red| :type |ColorD| :direction :in)
112 (:name |green| :type |ColorD| :direction :in)
113 (:name |blue| :type |ColorD| :direction :in))
114 :return ("void") :category ("EXT_secondary_color") :vectorequiv
115 ("SecondaryColor3dvEXT") :version ("1.1") :alias ("SecondaryColor3d")
116 :glsalias ("SecondaryColor3d")))
117 (defglextfun
118 (("SecondaryColor3bvEXT" secondary-color-3bv-ext) :args
119 ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :return
120 ("void") :category ("EXT_secondary_color") :version ("1.1") :glxropcode
121 ("4126") :alias ("SecondaryColor3bv") :glsalias ("SecondaryColor3bv")))
122 (defglextfun
123 (("SecondaryColor3bEXT" secondary-color-3b-ext) :args
124 ((:name |red| :type |ColorB| :direction :in)
125 (:name |green| :type |ColorB| :direction :in)
126 (:name |blue| :type |ColorB| :direction :in))
127 :return ("void") :category ("EXT_secondary_color") :vectorequiv
128 ("SecondaryColor3bvEXT") :version ("1.1") :alias ("SecondaryColor3b")
129 :glsalias ("SecondaryColor3b")))