Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-sgi_color_table.lisp
blob7a49d6d6f0c0eef42ef7539737de59f57027d478
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")
35 (defglextfun "ColorTableParameterivSGI" color-table-parameteriv-sgi :return
36 "void" :args
37 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
38 (:name |pname| :type |ColorTableParameterPNameSGI| :direction :in)
39 (:name |params| :type |CheckedInt32| :direction :in :array t :size
40 (|pname|)))
41 :category "SGI_color_table" :deprecated nil :version "1.0")
42 (defglextfun "ColorTableParameterfvSGI" color-table-parameterfv-sgi :return
43 "void" :args
44 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
45 (:name |pname| :type |ColorTableParameterPNameSGI| :direction :in)
46 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
47 (|pname|)))
48 :category "SGI_color_table" :deprecated nil :version "1.0")
49 (defglextfun "ColorTableSGI" color-table-sgi :return "void" :args
50 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
51 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
52 (:name |width| :type |SizeI| :direction :in)
53 (:name |format| :type |PixelFormat| :direction :in)
54 (:name |type| :type |PixelType| :direction :in)
55 (:name |table| :type |Void| :direction :in :array t :size
56 (|format| |type| |width|)))
57 :category "SGI_color_table" :deprecated nil :version "1.0")
58 (make-extension-loader |SGI_color_table|
59 (("GetColorTableParameterivSGI" get-color-table-parameteriv-sgi :return "void"
60 :args
61 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
62 (:name |pname| :type |GetColorTableParameterPNameSGI| :direction :in)
63 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
64 :category "SGI_color_table" :deprecated nil :version "1.0")
65 ("GetColorTableParameterfvSGI" get-color-table-parameterfv-sgi :return "void"
66 :args
67 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
68 (:name |pname| :type |GetColorTableParameterPNameSGI| :direction :in)
69 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
70 :category "SGI_color_table" :deprecated nil :version "1.0")
71 ("GetColorTableSGI" get-color-table-sgi :return "void" :args
72 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
73 (:name |format| :type |PixelFormat| :direction :in)
74 (:name |type| :type |PixelType| :direction :in)
75 (:name |table| :type |Void| :direction :out :array t :size
76 (|target| |format| |type|)))
77 :category "SGI_color_table" :deprecated nil :version "1.0")
78 ("CopyColorTableSGI" copy-color-table-sgi :return "void" :args
79 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
80 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
81 (:name |x| :type |WinCoord| :direction :in)
82 (:name |y| :type |WinCoord| :direction :in)
83 (:name |width| :type |SizeI| :direction :in))
84 :category "SGI_color_table" :deprecated nil :version "1.0")
85 ("ColorTableParameterivSGI" color-table-parameteriv-sgi :return "void" :args
86 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
87 (:name |pname| :type |ColorTableParameterPNameSGI| :direction :in)
88 (:name |params| :type |CheckedInt32| :direction :in :array t :size
89 (|pname|)))
90 :category "SGI_color_table" :deprecated nil :version "1.0")
91 ("ColorTableParameterfvSGI" color-table-parameterfv-sgi :return "void" :args
92 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
93 (:name |pname| :type |ColorTableParameterPNameSGI| :direction :in)
94 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
95 (|pname|)))
96 :category "SGI_color_table" :deprecated nil :version "1.0")
97 ("ColorTableSGI" color-table-sgi :return "void" :args
98 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
99 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
100 (:name |width| :type |SizeI| :direction :in)
101 (:name |format| :type |PixelFormat| :direction :in)
102 (:name |type| :type |PixelType| :direction :in)
103 (:name |table| :type |Void| :direction :in :array t :size
104 (|format| |type| |width|)))
105 :category "SGI_color_table" :deprecated nil :version "1.0")))