Tidied up the scaffolding code
[cl-glfw/dh.git] / lib / opengl-ext_color_subtable.lisp
blobd5dac233081c7c80a61b7e9c8f081cec336aa046
1 ;;;; This file was automatically generated by nil
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")))