Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ext_secondary_color.lisp
blob534e8df10a7697ecb166a772ca5c1e668f2d1e28
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 (defconstant +color-sum-ext+ #x8458)
15 (defconstant +current-secondary-color-ext+ #x8459)
16 (defconstant +secondary-color-array-size-ext+ #x845A)
17 (defconstant +secondary-color-array-type-ext+ #x845B)
18 (defconstant +secondary-color-array-stride-ext+ #x845C)
19 (defconstant +secondary-color-array-pointer-ext+ #x845D)
20 (defconstant +secondary-color-array-ext+ #x845E)
21 (defglextfun "SecondaryColorPointerEXT" secondary-color-pointer-ext :return
22 "void" :args
23 ((:name |size| :type |Int32| :direction :in)
24 (:name |type| :type |ColorPointerType| :direction :in)
25 (:name |stride| :type |SizeI| :direction :in)
26 (:name |pointer| :type |Void| :direction :in :array t :size
27 (|size| |type| |stride|) :retained t))
28 :category "EXT_secondary_color" :deprecated nil :version "1.1")
29 (defglextfun "SecondaryColor3usvEXT" secondary-color-3usv-ext :return "void"
30 :args ((:name |v| :type |ColorUS| :direction :in :array t :size #x3))
31 :category "EXT_secondary_color" :deprecated nil :version "1.1")
32 (defglextfun "SecondaryColor3usEXT" secondary-color-3us-ext :return "void"
33 :args
34 ((:name |red| :type |ColorUS| :direction :in)
35 (:name |green| :type |ColorUS| :direction :in)
36 (:name |blue| :type |ColorUS| :direction :in))
37 :category "EXT_secondary_color" :deprecated nil :version "1.1")
38 (defglextfun "SecondaryColor3uivEXT" secondary-color-3uiv-ext :return "void"
39 :args ((:name |v| :type |ColorUI| :direction :in :array t :size #x3))
40 :category "EXT_secondary_color" :deprecated nil :version "1.1")
41 (defglextfun "SecondaryColor3uiEXT" secondary-color-3ui-ext :return "void"
42 :args
43 ((:name |red| :type |ColorUI| :direction :in)
44 (:name |green| :type |ColorUI| :direction :in)
45 (:name |blue| :type |ColorUI| :direction :in))
46 :category "EXT_secondary_color" :deprecated nil :version "1.1")
47 (defglextfun "SecondaryColor3ubvEXT" secondary-color-3ubv-ext :return "void"
48 :args ((:name |v| :type |ColorUB| :direction :in :array t :size #x3))
49 :category "EXT_secondary_color" :deprecated nil :version "1.1")
50 (defglextfun "SecondaryColor3ubEXT" secondary-color-3ub-ext :return "void"
51 :args
52 ((:name |red| :type |ColorUB| :direction :in)
53 (:name |green| :type |ColorUB| :direction :in)
54 (:name |blue| :type |ColorUB| :direction :in))
55 :category "EXT_secondary_color" :deprecated nil :version "1.1")
56 (defglextfun "SecondaryColor3svEXT" secondary-color-3sv-ext :return "void"
57 :args ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :category
58 "EXT_secondary_color" :deprecated nil :version "1.1")
59 (defglextfun "SecondaryColor3sEXT" secondary-color-3s-ext :return "void" :args
60 ((:name |red| :type |ColorS| :direction :in)
61 (:name |green| :type |ColorS| :direction :in)
62 (:name |blue| :type |ColorS| :direction :in))
63 :category "EXT_secondary_color" :deprecated nil :version "1.1")
64 (defglextfun "SecondaryColor3ivEXT" secondary-color-3iv-ext :return "void"
65 :args ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :category
66 "EXT_secondary_color" :deprecated nil :version "1.1")
67 (defglextfun "SecondaryColor3iEXT" secondary-color-3i-ext :return "void" :args
68 ((:name |red| :type |ColorI| :direction :in)
69 (:name |green| :type |ColorI| :direction :in)
70 (:name |blue| :type |ColorI| :direction :in))
71 :category "EXT_secondary_color" :deprecated nil :version "1.1")
72 (defglextfun "SecondaryColor3fvEXT" secondary-color-3fv-ext :return "void"
73 :args ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :category
74 "EXT_secondary_color" :deprecated nil :version "1.1")
75 (defglextfun "SecondaryColor3fEXT" secondary-color-3f-ext :return "void" :args
76 ((:name |red| :type |ColorF| :direction :in)
77 (:name |green| :type |ColorF| :direction :in)
78 (:name |blue| :type |ColorF| :direction :in))
79 :category "EXT_secondary_color" :deprecated nil :version "1.1")
80 (defglextfun "SecondaryColor3dvEXT" secondary-color-3dv-ext :return "void"
81 :args ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :category
82 "EXT_secondary_color" :deprecated nil :version "1.1")
83 (defglextfun "SecondaryColor3dEXT" secondary-color-3d-ext :return "void" :args
84 ((:name |red| :type |ColorD| :direction :in)
85 (:name |green| :type |ColorD| :direction :in)
86 (:name |blue| :type |ColorD| :direction :in))
87 :category "EXT_secondary_color" :deprecated nil :version "1.1")
88 (defglextfun "SecondaryColor3bvEXT" secondary-color-3bv-ext :return "void"
89 :args ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :category
90 "EXT_secondary_color" :deprecated nil :version "1.1")
91 (defglextfun "SecondaryColor3bEXT" secondary-color-3b-ext :return "void" :args
92 ((:name |red| :type |ColorB| :direction :in)
93 (:name |green| :type |ColorB| :direction :in)
94 (:name |blue| :type |ColorB| :direction :in))
95 :category "EXT_secondary_color" :deprecated nil :version "1.1")
96 (make-extension-loader |EXT_secondary_color|
97 (("SecondaryColorPointerEXT" secondary-color-pointer-ext :return "void" :args
98 ((:name |size| :type |Int32| :direction :in)
99 (:name |type| :type |ColorPointerType| :direction :in)
100 (:name |stride| :type |SizeI| :direction :in)
101 (:name |pointer| :type |Void| :direction :in :array t :size
102 (|size| |type| |stride|) :retained t))
103 :category "EXT_secondary_color" :deprecated nil :version "1.1")
104 ("SecondaryColor3usvEXT" secondary-color-3usv-ext :return "void" :args
105 ((:name |v| :type |ColorUS| :direction :in :array t :size #x3)) :category
106 "EXT_secondary_color" :deprecated nil :version "1.1")
107 ("SecondaryColor3usEXT" secondary-color-3us-ext :return "void" :args
108 ((:name |red| :type |ColorUS| :direction :in)
109 (:name |green| :type |ColorUS| :direction :in)
110 (:name |blue| :type |ColorUS| :direction :in))
111 :category "EXT_secondary_color" :deprecated nil :version "1.1")
112 ("SecondaryColor3uivEXT" secondary-color-3uiv-ext :return "void" :args
113 ((:name |v| :type |ColorUI| :direction :in :array t :size #x3)) :category
114 "EXT_secondary_color" :deprecated nil :version "1.1")
115 ("SecondaryColor3uiEXT" secondary-color-3ui-ext :return "void" :args
116 ((:name |red| :type |ColorUI| :direction :in)
117 (:name |green| :type |ColorUI| :direction :in)
118 (:name |blue| :type |ColorUI| :direction :in))
119 :category "EXT_secondary_color" :deprecated nil :version "1.1")
120 ("SecondaryColor3ubvEXT" secondary-color-3ubv-ext :return "void" :args
121 ((:name |v| :type |ColorUB| :direction :in :array t :size #x3)) :category
122 "EXT_secondary_color" :deprecated nil :version "1.1")
123 ("SecondaryColor3ubEXT" secondary-color-3ub-ext :return "void" :args
124 ((:name |red| :type |ColorUB| :direction :in)
125 (:name |green| :type |ColorUB| :direction :in)
126 (:name |blue| :type |ColorUB| :direction :in))
127 :category "EXT_secondary_color" :deprecated nil :version "1.1")
128 ("SecondaryColor3svEXT" secondary-color-3sv-ext :return "void" :args
129 ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :category
130 "EXT_secondary_color" :deprecated nil :version "1.1")
131 ("SecondaryColor3sEXT" secondary-color-3s-ext :return "void" :args
132 ((:name |red| :type |ColorS| :direction :in)
133 (:name |green| :type |ColorS| :direction :in)
134 (:name |blue| :type |ColorS| :direction :in))
135 :category "EXT_secondary_color" :deprecated nil :version "1.1")
136 ("SecondaryColor3ivEXT" secondary-color-3iv-ext :return "void" :args
137 ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :category
138 "EXT_secondary_color" :deprecated nil :version "1.1")
139 ("SecondaryColor3iEXT" secondary-color-3i-ext :return "void" :args
140 ((:name |red| :type |ColorI| :direction :in)
141 (:name |green| :type |ColorI| :direction :in)
142 (:name |blue| :type |ColorI| :direction :in))
143 :category "EXT_secondary_color" :deprecated nil :version "1.1")
144 ("SecondaryColor3fvEXT" secondary-color-3fv-ext :return "void" :args
145 ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :category
146 "EXT_secondary_color" :deprecated nil :version "1.1")
147 ("SecondaryColor3fEXT" secondary-color-3f-ext :return "void" :args
148 ((:name |red| :type |ColorF| :direction :in)
149 (:name |green| :type |ColorF| :direction :in)
150 (:name |blue| :type |ColorF| :direction :in))
151 :category "EXT_secondary_color" :deprecated nil :version "1.1")
152 ("SecondaryColor3dvEXT" secondary-color-3dv-ext :return "void" :args
153 ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :category
154 "EXT_secondary_color" :deprecated nil :version "1.1")
155 ("SecondaryColor3dEXT" secondary-color-3d-ext :return "void" :args
156 ((:name |red| :type |ColorD| :direction :in)
157 (:name |green| :type |ColorD| :direction :in)
158 (:name |blue| :type |ColorD| :direction :in))
159 :category "EXT_secondary_color" :deprecated nil :version "1.1")
160 ("SecondaryColor3bvEXT" secondary-color-3bv-ext :return "void" :args
161 ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :category
162 "EXT_secondary_color" :deprecated nil :version "1.1")
163 ("SecondaryColor3bEXT" secondary-color-3b-ext :return "void" :args
164 ((:name |red| :type |ColorB| :direction :in)
165 (:name |green| :type |ColorB| :direction :in)
166 (:name |blue| :type |ColorB| :direction :in))
167 :category "EXT_secondary_color" :deprecated nil :version "1.1")))