Better support for loading extensions:
[cl-glfw.git] / lib / opengl-sgi_color_table.lisp
blob64562ec24268d4db25d64d75523b92b98c0d6341
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 ;;;; sgi_color_table
7 (defconstant +bgr+ #x80E0)
8 (defconstant +bgra+ #x80E1)
9 (defglextfun "GetColorTableParameterivSGI" get-color-table-parameteriv-sgi
10 :return "void" :args
11 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
12 (:name |pname| :type |GetColorTableParameterPNameSGI| :direction :in)
13 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
14 :category "SGI_color_table" :deprecated nil :version "1.0")
15 (defglextfun "GetColorTableParameterfvSGI" get-color-table-parameterfv-sgi
16 :return "void" :args
17 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
18 (:name |pname| :type |GetColorTableParameterPNameSGI| :direction :in)
19 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
20 :category "SGI_color_table" :deprecated nil :version "1.0")
21 (defglextfun "GetColorTableSGI" get-color-table-sgi :return "void" :args
22 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
23 (:name |format| :type |PixelFormat| :direction :in)
24 (:name |type| :type |PixelType| :direction :in)
25 (:name |table| :type |Void| :direction :out :array t :size
26 (|target| |format| |type|)))
27 :category "SGI_color_table" :deprecated nil :version "1.0")
28 (defglextfun "CopyColorTableSGI" copy-color-table-sgi :return "void" :args
29 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
30 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
31 (:name |x| :type |WinCoord| :direction :in)
32 (:name |y| :type |WinCoord| :direction :in)
33 (:name |width| :type |SizeI| :direction :in))
34 :category "SGI_color_table" :deprecated nil :version "1.0" :alias
35 ("CopyColorTable" copy-color-table :core t :return "void" :args
36 ((:name |target| :type |ColorTableTarget| :direction :in)
37 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
38 (:name |x| :type |WinCoord| :direction :in)
39 (:name |y| :type |WinCoord| :direction :in)
40 (:name |width| :type |SizeI| :direction :in))
41 :category "VERSION_1_2" :deprecated "3.1" :version "1.2"))
42 (defglextfun "ColorTableParameterivSGI" color-table-parameteriv-sgi :return
43 "void" :args
44 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
45 (:name |pname| :type |ColorTableParameterPNameSGI| :direction :in)
46 (:name |params| :type |CheckedInt32| :direction :in :array t :size
47 (|pname|)))
48 :category "SGI_color_table" :deprecated nil :version "1.0" :alias
49 ("ColorTableParameteriv" color-table-parameter-iv :core t :return "void" :args
50 ((:name |target| :type |ColorTableTarget| :direction :in)
51 (:name |pname| :type |ColorTableParameterPName| :direction :in)
52 (:name |params| :type |CheckedInt32| :direction :in :array t :size
53 (|pname|)))
54 :category "VERSION_1_2" :deprecated "3.1" :version "1.2"))
55 (defglextfun "ColorTableParameterfvSGI" color-table-parameterfv-sgi :return
56 "void" :args
57 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
58 (:name |pname| :type |ColorTableParameterPNameSGI| :direction :in)
59 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
60 (|pname|)))
61 :category "SGI_color_table" :deprecated nil :version "1.0" :alias
62 ("ColorTableParameterfv" color-table-parameter-fv :core t :return "void" :args
63 ((:name |target| :type |ColorTableTarget| :direction :in)
64 (:name |pname| :type |ColorTableParameterPName| :direction :in)
65 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
66 (|pname|)))
67 :category "VERSION_1_2" :deprecated "3.1" :version "1.2"))
68 (defglextfun "ColorTableSGI" color-table-sgi :return "void" :args
69 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
70 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
71 (:name |width| :type |SizeI| :direction :in)
72 (:name |format| :type |PixelFormat| :direction :in)
73 (:name |type| :type |PixelType| :direction :in)
74 (:name |table| :type |Void| :direction :in :array t :size
75 (|format| |type| |width|)))
76 :category "SGI_color_table" :deprecated nil :version "1.0" :alias
77 ("ColorTable" color-table :core t :return "void" :args
78 ((:name |target| :type |ColorTableTarget| :direction :in)
79 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
80 (:name |width| :type |SizeI| :direction :in)
81 (:name |format| :type |PixelFormat| :direction :in)
82 (:name |type| :type |PixelType| :direction :in)
83 (:name |table| :type |Void| :direction :in :array t :size
84 (|format| |type| |width|)))
85 :category "VERSION_1_2" :deprecated "3.1" :version "1.2"))
86 (make-extension-loader |SGI_color_table|
87 (("GetColorTableParameterivSGI" get-color-table-parameteriv-sgi :return "void"
88 :args
89 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
90 (:name |pname| :type |GetColorTableParameterPNameSGI| :direction :in)
91 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
92 :category "SGI_color_table" :deprecated nil :version "1.0")
93 ("GetColorTableParameterfvSGI" get-color-table-parameterfv-sgi :return "void"
94 :args
95 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
96 (:name |pname| :type |GetColorTableParameterPNameSGI| :direction :in)
97 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
98 :category "SGI_color_table" :deprecated nil :version "1.0")
99 ("GetColorTableSGI" get-color-table-sgi :return "void" :args
100 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
101 (:name |format| :type |PixelFormat| :direction :in)
102 (:name |type| :type |PixelType| :direction :in)
103 (:name |table| :type |Void| :direction :out :array t :size
104 (|target| |format| |type|)))
105 :category "SGI_color_table" :deprecated nil :version "1.0")
106 ("CopyColorTableSGI" copy-color-table-sgi :return "void" :args
107 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
108 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
109 (:name |x| :type |WinCoord| :direction :in)
110 (:name |y| :type |WinCoord| :direction :in)
111 (:name |width| :type |SizeI| :direction :in))
112 :category "SGI_color_table" :deprecated nil :version "1.0" :alias
113 ("CopyColorTable" copy-color-table :core t :return "void" :args
114 ((:name |target| :type |ColorTableTarget| :direction :in)
115 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
116 (:name |x| :type |WinCoord| :direction :in)
117 (:name |y| :type |WinCoord| :direction :in)
118 (:name |width| :type |SizeI| :direction :in))
119 :category "VERSION_1_2" :deprecated "3.1" :version "1.2"))
120 ("ColorTableParameterivSGI" color-table-parameteriv-sgi :return "void" :args
121 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
122 (:name |pname| :type |ColorTableParameterPNameSGI| :direction :in)
123 (:name |params| :type |CheckedInt32| :direction :in :array t :size
124 (|pname|)))
125 :category "SGI_color_table" :deprecated nil :version "1.0" :alias
126 ("ColorTableParameteriv" color-table-parameter-iv :core t :return "void"
127 :args
128 ((:name |target| :type |ColorTableTarget| :direction :in)
129 (:name |pname| :type |ColorTableParameterPName| :direction :in)
130 (:name |params| :type |CheckedInt32| :direction :in :array t :size
131 (|pname|)))
132 :category "VERSION_1_2" :deprecated "3.1" :version "1.2"))
133 ("ColorTableParameterfvSGI" color-table-parameterfv-sgi :return "void" :args
134 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
135 (:name |pname| :type |ColorTableParameterPNameSGI| :direction :in)
136 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
137 (|pname|)))
138 :category "SGI_color_table" :deprecated nil :version "1.0" :alias
139 ("ColorTableParameterfv" color-table-parameter-fv :core t :return "void"
140 :args
141 ((:name |target| :type |ColorTableTarget| :direction :in)
142 (:name |pname| :type |ColorTableParameterPName| :direction :in)
143 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
144 (|pname|)))
145 :category "VERSION_1_2" :deprecated "3.1" :version "1.2"))
146 ("ColorTableSGI" color-table-sgi :return "void" :args
147 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
148 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
149 (:name |width| :type |SizeI| :direction :in)
150 (:name |format| :type |PixelFormat| :direction :in)
151 (:name |type| :type |PixelType| :direction :in)
152 (:name |table| :type |Void| :direction :in :array t :size
153 (|format| |type| |width|)))
154 :category "SGI_color_table" :deprecated nil :version "1.0" :alias
155 ("ColorTable" color-table :core t :return "void" :args
156 ((:name |target| :type |ColorTableTarget| :direction :in)
157 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
158 (:name |width| :type |SizeI| :direction :in)
159 (:name |format| :type |PixelFormat| :direction :in)
160 (:name |type| :type |PixelType| :direction :in)
161 (:name |table| :type |Void| :direction :in :array t :size
162 (|format| |type| |width|)))
163 :category "VERSION_1_2" :deprecated "3.1" :version "1.2"))))