Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_color_subtable.lisp
blob236c364e93f13e00c0a3091dee2f2438f6070f44
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_color_subtable
7 (defglextfun
8 (("CopyColorSubTableEXT" copy-color-sub-table-ext) :args
9 ((:name |target| :type |ColorTableTarget| :direction :in)
10 (:name |start| :type |SizeI| :direction :in)
11 (:name |x| :type |WinCoord| :direction :in)
12 (:name |y| :type |WinCoord| :direction :in)
13 (:name |width| :type |SizeI| :direction :in))
14 :return ("void") :category ("EXT_color_subtable") :version ("1.2") :alias
15 ("CopyColorSubTable") :glsalias ("CopyColorSubTable")))
16 (defglextfun
17 (("ColorSubTableEXT" color-sub-table-ext) :args
18 ((:name |target| :type |ColorTableTarget| :direction :in)
19 (:name |start| :type |SizeI| :direction :in)
20 (:name |count| :type |SizeI| :direction :in)
21 (:name |format| :type |PixelFormat| :direction :in)
22 (:name |type| :type |PixelType| :direction :in)
23 (:name |data| :type |Void| :direction :in :array t :size
24 (|format| |type| |count|)))
25 :return ("void") :category ("EXT_color_subtable") :version ("1.2") :alias
26 ("ColorSubTable") :glsalias ("ColorSubTable")))