Added Win+Mac notes. Some wishlist aswell.
[cl-glfw/jecs.git] / lib / opengl-ext_secondary_color.lisp
blob92c2d79b700e7dfe894f152f9b08eb82d7a5961b
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 "SecondaryColorPointerEXT" secondary-color-pointer-ext :return
15 "void" :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 :category "EXT_secondary_color" :version "1.1")
22 (defglextfun "SecondaryColor3usvEXT" secondary-color-3usv-ext :return "void"
23 :args ((:name |v| :type |ColorUS| :direction :in :array t :size #x3))
24 :category "EXT_secondary_color" :version "1.1")
25 (defglextfun "SecondaryColor3usEXT" secondary-color-3us-ext :return "void"
26 :args
27 ((:name |red| :type |ColorUS| :direction :in)
28 (:name |green| :type |ColorUS| :direction :in)
29 (:name |blue| :type |ColorUS| :direction :in))
30 :category "EXT_secondary_color" :version "1.1")
31 (defglextfun "SecondaryColor3uivEXT" secondary-color-3uiv-ext :return "void"
32 :args ((:name |v| :type |ColorUI| :direction :in :array t :size #x3))
33 :category "EXT_secondary_color" :version "1.1")
34 (defglextfun "SecondaryColor3uiEXT" secondary-color-3ui-ext :return "void"
35 :args
36 ((:name |red| :type |ColorUI| :direction :in)
37 (:name |green| :type |ColorUI| :direction :in)
38 (:name |blue| :type |ColorUI| :direction :in))
39 :category "EXT_secondary_color" :version "1.1")
40 (defglextfun "SecondaryColor3ubvEXT" secondary-color-3ubv-ext :return "void"
41 :args ((:name |v| :type |ColorUB| :direction :in :array t :size #x3))
42 :category "EXT_secondary_color" :version "1.1")
43 (defglextfun "SecondaryColor3ubEXT" secondary-color-3ub-ext :return "void"
44 :args
45 ((:name |red| :type |ColorUB| :direction :in)
46 (:name |green| :type |ColorUB| :direction :in)
47 (:name |blue| :type |ColorUB| :direction :in))
48 :category "EXT_secondary_color" :version "1.1")
49 (defglextfun "SecondaryColor3svEXT" secondary-color-3sv-ext :return "void"
50 :args ((:name |v| :type |ColorS| :direction :in :array t :size #x3)) :category
51 "EXT_secondary_color" :version "1.1")
52 (defglextfun "SecondaryColor3sEXT" secondary-color-3s-ext :return "void" :args
53 ((:name |red| :type |ColorS| :direction :in)
54 (:name |green| :type |ColorS| :direction :in)
55 (:name |blue| :type |ColorS| :direction :in))
56 :category "EXT_secondary_color" :version "1.1")
57 (defglextfun "SecondaryColor3ivEXT" secondary-color-3iv-ext :return "void"
58 :args ((:name |v| :type |ColorI| :direction :in :array t :size #x3)) :category
59 "EXT_secondary_color" :version "1.1")
60 (defglextfun "SecondaryColor3iEXT" secondary-color-3i-ext :return "void" :args
61 ((:name |red| :type |ColorI| :direction :in)
62 (:name |green| :type |ColorI| :direction :in)
63 (:name |blue| :type |ColorI| :direction :in))
64 :category "EXT_secondary_color" :version "1.1")
65 (defglextfun "SecondaryColor3fvEXT" secondary-color-3fv-ext :return "void"
66 :args ((:name |v| :type |ColorF| :direction :in :array t :size #x3)) :category
67 "EXT_secondary_color" :version "1.1")
68 (defglextfun "SecondaryColor3fEXT" secondary-color-3f-ext :return "void" :args
69 ((:name |red| :type |ColorF| :direction :in)
70 (:name |green| :type |ColorF| :direction :in)
71 (:name |blue| :type |ColorF| :direction :in))
72 :category "EXT_secondary_color" :version "1.1")
73 (defglextfun "SecondaryColor3dvEXT" secondary-color-3dv-ext :return "void"
74 :args ((:name |v| :type |ColorD| :direction :in :array t :size #x3)) :category
75 "EXT_secondary_color" :version "1.1")
76 (defglextfun "SecondaryColor3dEXT" secondary-color-3d-ext :return "void" :args
77 ((:name |red| :type |ColorD| :direction :in)
78 (:name |green| :type |ColorD| :direction :in)
79 (:name |blue| :type |ColorD| :direction :in))
80 :category "EXT_secondary_color" :version "1.1")
81 (defglextfun "SecondaryColor3bvEXT" secondary-color-3bv-ext :return "void"
82 :args ((:name |v| :type |ColorB| :direction :in :array t :size #x3)) :category
83 "EXT_secondary_color" :version "1.1")
84 (defglextfun "SecondaryColor3bEXT" secondary-color-3b-ext :return "void" :args
85 ((:name |red| :type |ColorB| :direction :in)
86 (:name |green| :type |ColorB| :direction :in)
87 (:name |blue| :type |ColorB| :direction :in))
88 :category "EXT_secondary_color" :version "1.1")