Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-sgi_color_table.lisp
blob3ecbb2deb19649010c05f2a58e9e3dca25bf61ea
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 (defglextfun "GetColorTableParameterivSGI" get-color-table-parameteriv-sgi
9 :return "void" :args
10 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
11 (:name |pname| :type |GetColorTableParameterPNameSGI| :direction :in)
12 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
13 :category "SGI_color_table" :deprecated nil :version "1.0")
14 (defglextfun "GetColorTableParameterfvSGI" get-color-table-parameterfv-sgi
15 :return "void" :args
16 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
17 (:name |pname| :type |GetColorTableParameterPNameSGI| :direction :in)
18 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
19 :category "SGI_color_table" :deprecated nil :version "1.0")
20 (defglextfun "GetColorTableSGI" get-color-table-sgi :return "void" :args
21 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
22 (:name |format| :type |PixelFormat| :direction :in)
23 (:name |type| :type |PixelType| :direction :in)
24 (:name |table| :type |Void| :direction :out :array t :size
25 (|target| |format| |type|)))
26 :category "SGI_color_table" :deprecated nil :version "1.0")
27 (defglextfun "CopyColorTableSGI" copy-color-table-sgi :return "void" :args
28 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
29 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
30 (:name |x| :type |WinCoord| :direction :in)
31 (:name |y| :type |WinCoord| :direction :in)
32 (:name |width| :type |SizeI| :direction :in))
33 :category "SGI_color_table" :deprecated nil :version "1.0")
34 (defglextfun "ColorTableParameterivSGI" color-table-parameteriv-sgi :return
35 "void" :args
36 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
37 (:name |pname| :type |ColorTableParameterPNameSGI| :direction :in)
38 (:name |params| :type |CheckedInt32| :direction :in :array t :size
39 (|pname|)))
40 :category "SGI_color_table" :deprecated nil :version "1.0")
41 (defglextfun "ColorTableParameterfvSGI" color-table-parameterfv-sgi :return
42 "void" :args
43 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
44 (:name |pname| :type |ColorTableParameterPNameSGI| :direction :in)
45 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
46 (|pname|)))
47 :category "SGI_color_table" :deprecated nil :version "1.0")
48 (defglextfun "ColorTableSGI" color-table-sgi :return "void" :args
49 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
50 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
51 (:name |width| :type |SizeI| :direction :in)
52 (:name |format| :type |PixelFormat| :direction :in)
53 (:name |type| :type |PixelType| :direction :in)
54 (:name |table| :type |Void| :direction :in :array t :size
55 (|format| |type| |width|)))
56 :category "SGI_color_table" :deprecated nil :version "1.0")
57 (make-extension-loader |SGI_color_table|
58 (("GetColorTableParameterivSGI" get-color-table-parameteriv-sgi :return "void"
59 :args
60 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
61 (:name |pname| :type |GetColorTableParameterPNameSGI| :direction :in)
62 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
63 :category "SGI_color_table" :deprecated nil :version "1.0")
64 ("GetColorTableParameterfvSGI" get-color-table-parameterfv-sgi :return "void"
65 :args
66 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
67 (:name |pname| :type |GetColorTableParameterPNameSGI| :direction :in)
68 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
69 :category "SGI_color_table" :deprecated nil :version "1.0")
70 ("GetColorTableSGI" get-color-table-sgi :return "void" :args
71 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
72 (:name |format| :type |PixelFormat| :direction :in)
73 (:name |type| :type |PixelType| :direction :in)
74 (:name |table| :type |Void| :direction :out :array t :size
75 (|target| |format| |type|)))
76 :category "SGI_color_table" :deprecated nil :version "1.0")
77 ("CopyColorTableSGI" copy-color-table-sgi :return "void" :args
78 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
79 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
80 (:name |x| :type |WinCoord| :direction :in)
81 (:name |y| :type |WinCoord| :direction :in)
82 (:name |width| :type |SizeI| :direction :in))
83 :category "SGI_color_table" :deprecated nil :version "1.0")
84 ("ColorTableParameterivSGI" color-table-parameteriv-sgi :return "void" :args
85 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
86 (:name |pname| :type |ColorTableParameterPNameSGI| :direction :in)
87 (:name |params| :type |CheckedInt32| :direction :in :array t :size
88 (|pname|)))
89 :category "SGI_color_table" :deprecated nil :version "1.0")
90 ("ColorTableParameterfvSGI" color-table-parameterfv-sgi :return "void" :args
91 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
92 (:name |pname| :type |ColorTableParameterPNameSGI| :direction :in)
93 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
94 (|pname|)))
95 :category "SGI_color_table" :deprecated nil :version "1.0")
96 ("ColorTableSGI" color-table-sgi :return "void" :args
97 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
98 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
99 (:name |width| :type |SizeI| :direction :in)
100 (:name |format| :type |PixelFormat| :direction :in)
101 (:name |type| :type |PixelType| :direction :in)
102 (:name |table| :type |Void| :direction :in :array t :size
103 (|format| |type| |width|)))
104 :category "SGI_color_table" :deprecated nil :version "1.0")))