Fixed the nil names of the generator.
[cl-glfw.git] / lib / opengl-sgi_color_table.lisp
blob975d31fb89a508ba7300cc342be64192a504854e
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 (defglextfun
8 (("GetColorTableParameterivSGI" get-color-table-parameteriv-sgi) :args
9 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
10 (:name |pname| :type |GetColorTableParameterPNameSGI| :direction :in)
11 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
12 :return ("void") :category ("SGI_color_table") :dlflags ("notlistable")
13 :version ("1.0") :glxflags ("SGI") :glxvendorpriv ("4100") :extension nil
14 :glsflags ("get") :glsopcode ("0x016D") :offset ("429")))
15 (defglextfun
16 (("GetColorTableParameterfvSGI" get-color-table-parameterfv-sgi) :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 :return ("void") :category ("SGI_color_table") :dlflags ("notlistable")
21 :version ("1.0") :glxflags ("SGI") :glxvendorpriv ("4099") :extension nil
22 :glsflags ("get") :glsopcode ("0x016C") :offset ("428")))
23 (defglextfun
24 (("GetColorTableSGI" get-color-table-sgi) :args
25 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
26 (:name |format| :type |PixelFormat| :direction :in)
27 (:name |type| :type |PixelType| :direction :in)
28 (:name |table| :type |Void| :direction :out :array t :size
29 (|target| |format| |type|)))
30 :return ("void") :category ("SGI_color_table") :dlflags ("notlistable")
31 :glxflags ("client-handcode" "server-handcode" "SGI") :version ("1.0")
32 :glxvendorpriv ("4098") :extension nil :glsflags ("get" "pixel-pack")
33 :glsopcode ("0x016B") :offset ("427")))
34 (defglextfun
35 (("CopyColorTableSGI" copy-color-table-sgi) :args
36 ((:name |target| :type |ColorTableTargetSGI| :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 :return ("void") :category ("SGI_color_table") :version ("1.0") :glxropcode
42 ("2056") :glxflags ("SGI") :extension nil :alias ("CopyColorTable") :glsalias
43 ("CopyColorTable")))
44 (defglextfun
45 (("ColorTableParameterivSGI" color-table-parameteriv-sgi) :args
46 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
47 (:name |pname| :type |ColorTableParameterPNameSGI| :direction :in)
48 (:name |params| :type |CheckedInt32| :direction :in :array t :size
49 (|pname|)))
50 :return ("void") :category ("SGI_color_table") :version ("1.0") :glxropcode
51 ("2055") :glxflags ("SGI") :extension nil :alias ("ColorTableParameteriv")
52 :glsalias ("ColorTableParameteriv")))
53 (defglextfun
54 (("ColorTableParameterfvSGI" color-table-parameterfv-sgi) :args
55 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
56 (:name |pname| :type |ColorTableParameterPNameSGI| :direction :in)
57 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
58 (|pname|)))
59 :return ("void") :category ("SGI_color_table") :version ("1.0") :glxropcode
60 ("2054") :glxflags ("SGI") :extension nil :alias ("ColorTableParameterfv")
61 :glsalias ("ColorTableParameterfv")))
62 (defglextfun
63 (("ColorTableSGI" color-table-sgi) :args
64 ((:name |target| :type |ColorTableTargetSGI| :direction :in)
65 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
66 (:name |width| :type |SizeI| :direction :in)
67 (:name |format| :type |PixelFormat| :direction :in)
68 (:name |type| :type |PixelType| :direction :in)
69 (:name |table| :type |Void| :direction :in :array t :size
70 (|format| |type| |width|)))
71 :return ("void") :category ("SGI_color_table") :dlflags ("handcode")
72 :glxflags ("client-handcode" "server-handcode" "SGI") :version ("1.0")
73 :glxropcode ("2053") :extension nil :alias ("ColorTable") :glsalias
74 ("ColorTable")))