Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_paletted_texture.lisp
blobc3417f34178be864549ddf23f48b4fc936857124
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_paletted_texture
7 (defconstant +color-index1-ext+ #x80E2)
8 (defconstant +color-index2-ext+ #x80E3)
9 (defconstant +color-index4-ext+ #x80E4)
10 (defconstant +color-index8-ext+ #x80E5)
11 (defconstant +color-index12-ext+ #x80E6)
12 (defconstant +color-index16-ext+ #x80E7)
13 (defconstant +texture-index-size-ext+ #x80ED)
14 (defglextfun
15 (("GetColorTableParameterfvEXT" get-color-table-parameter-fv-ext) :args
16 ((:name |target| :type |ColorTableTarget| :direction :in)
17 (:name |pname| :type |GetColorTableParameterPName| :direction :in)
18 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
19 :return ("void") :category ("EXT_paletted_texture") :version ("1.1") :offset
20 ("552") :glsalias ("GetColorTableParameterfv")))
21 (defglextfun
22 (("GetColorTableParameterivEXT" get-color-table-parameter-iv-ext) :args
23 ((:name |target| :type |ColorTableTarget| :direction :in)
24 (:name |pname| :type |GetColorTableParameterPName| :direction :in)
25 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
26 :return ("void") :category ("EXT_paletted_texture") :version ("1.1") :offset
27 ("551") :glsalias ("GetColorTableParameteriv")))
28 (defglextfun
29 (("GetColorTableEXT" get-color-table-ext) :args
30 ((:name |target| :type |ColorTableTarget| :direction :in)
31 (:name |format| :type |PixelFormat| :direction :in)
32 (:name |type| :type |PixelType| :direction :in)
33 (:name |data| :type |Void| :direction :out :array t :size
34 (|target| |format| |type|)))
35 :return ("void") :category ("EXT_paletted_texture") :version ("1.1") :offset
36 ("550") :glsalias ("GetColorTable")))
37 (defglextfun
38 (("ColorTableEXT" color-table-ext) :args
39 ((:name |target| :type |ColorTableTarget| :direction :in)
40 (:name |internalFormat| :type |PixelInternalFormat| :direction :in)
41 (:name |width| :type |SizeI| :direction :in)
42 (:name |format| :type |PixelFormat| :direction :in)
43 (:name |type| :type |PixelType| :direction :in)
44 (:name |table| :type |Void| :direction :in :array t :size
45 (|format| |type| |width|)))
46 :return ("void") :category ("EXT_paletted_texture") :version ("1.1") :alias
47 ("ColorTable") :glsalias ("ColorTable")))