Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-ext_paletted_texture.lisp
blob4969a187d44781638e74a9f0e56864a989bb5f3e
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 "GetColorTableParameterfvEXT" get-color-table-parameter-fv-ext
15 :return "void" :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 :category "EXT_paletted_texture" :deprecated nil :version "1.1")
20 (defglextfun "GetColorTableParameterivEXT" get-color-table-parameter-iv-ext
21 :return "void" :args
22 ((:name |target| :type |ColorTableTarget| :direction :in)
23 (:name |pname| :type |GetColorTableParameterPName| :direction :in)
24 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
25 :category "EXT_paletted_texture" :deprecated nil :version "1.1")
26 (defglextfun "GetColorTableEXT" get-color-table-ext :return "void" :args
27 ((:name |target| :type |ColorTableTarget| :direction :in)
28 (:name |format| :type |PixelFormat| :direction :in)
29 (:name |type| :type |PixelType| :direction :in)
30 (:name |data| :type |Void| :direction :out :array t :size
31 (|target| |format| |type|)))
32 :category "EXT_paletted_texture" :deprecated nil :version "1.1")
33 (defglextfun "ColorTableEXT" color-table-ext :return "void" :args
34 ((:name |target| :type |ColorTableTarget| :direction :in)
35 (:name |internalFormat| :type |PixelInternalFormat| :direction :in)
36 (:name |width| :type |SizeI| :direction :in)
37 (:name |format| :type |PixelFormat| :direction :in)
38 (:name |type| :type |PixelType| :direction :in)
39 (:name |table| :type |Void| :direction :in :array t :size
40 (|format| |type| |width|)))
41 :category "EXT_paletted_texture" :deprecated nil :version "1.1")
42 (make-extension-loader |EXT_paletted_texture|
43 (("GetColorTableParameterfvEXT" get-color-table-parameter-fv-ext :return
44 "void" :args
45 ((:name |target| :type |ColorTableTarget| :direction :in)
46 (:name |pname| :type |GetColorTableParameterPName| :direction :in)
47 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
48 :category "EXT_paletted_texture" :deprecated nil :version "1.1")
49 ("GetColorTableParameterivEXT" get-color-table-parameter-iv-ext :return
50 "void" :args
51 ((:name |target| :type |ColorTableTarget| :direction :in)
52 (:name |pname| :type |GetColorTableParameterPName| :direction :in)
53 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
54 :category "EXT_paletted_texture" :deprecated nil :version "1.1")
55 ("GetColorTableEXT" get-color-table-ext :return "void" :args
56 ((:name |target| :type |ColorTableTarget| :direction :in)
57 (:name |format| :type |PixelFormat| :direction :in)
58 (:name |type| :type |PixelType| :direction :in)
59 (:name |data| :type |Void| :direction :out :array t :size
60 (|target| |format| |type|)))
61 :category "EXT_paletted_texture" :deprecated nil :version "1.1")
62 ("ColorTableEXT" color-table-ext :return "void" :args
63 ((:name |target| :type |ColorTableTarget| :direction :in)
64 (:name |internalFormat| :type |PixelInternalFormat| :direction :in)
65 (:name |width| :type |SizeI| :direction :in)
66 (:name |format| :type |PixelFormat| :direction :in)
67 (:name |type| :type |PixelType| :direction :in)
68 (:name |table| :type |Void| :direction :in :array t :size
69 (|format| |type| |width|)))
70 :category "EXT_paletted_texture" :deprecated nil :version "1.1")))