Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-ext_pixel_transform.lisp
blob1eb5e9b2281696062b03d92c3331bed5872d2731
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_pixel_transform
7 (defconstant +pixel-transform-2d-ext+ #x8330)
8 (defconstant +pixel-mag-filter-ext+ #x8331)
9 (defconstant +pixel-min-filter-ext+ #x8332)
10 (defconstant +pixel-cubic-weight-ext+ #x8333)
11 (defconstant +cubic-ext+ #x8334)
12 (defconstant +average-ext+ #x8335)
13 (defconstant +pixel-transform-2d-stack-depth-ext+ #x8336)
14 (defconstant +max-pixel-transform-2d-stack-depth-ext+ #x8337)
15 (defconstant +pixel-transform-2d-matrix-ext+ #x8338)
16 (defconstant +fragment-material-ext+ #x8349)
17 (defconstant +fragment-normal-ext+ #x834A)
18 (defconstant +fragment-color-ext+ #x834C)
19 (defconstant +attenuation-ext+ #x834D)
20 (defconstant +shadow-attenuation-ext+ #x834E)
21 (defconstant +texture-application-mode-ext+ #x834F)
22 (defconstant +texture-light-ext+ #x8350)
23 (defconstant +texture-material-face-ext+ #x8351)
24 (defconstant +texture-material-parameter-ext+ #x8352)
25 (defconstant +fragment-depth-ext+ #x8452)
26 (defconstant +pixel-transform-2d-ext+ #x8330)
27 (defconstant +pixel-mag-filter-ext+ #x8331)
28 (defconstant +pixel-min-filter-ext+ #x8332)
29 (defconstant +pixel-cubic-weight-ext+ #x8333)
30 (defconstant +cubic-ext+ #x8334)
31 (defconstant +average-ext+ #x8335)
32 (defconstant +pixel-transform-2d-stack-depth-ext+ #x8336)
33 (defconstant +max-pixel-transform-2d-stack-depth-ext+ #x8337)
34 (defconstant +pixel-transform-2d-matrix-ext+ #x8338)
35 (defglextfun "PixelTransformParameterfvEXT" pixel-transform-parameter-fv-ext
36 :return "void" :args
37 ((:name |target| :type |PixelTransformTargetEXT| :direction :in)
38 (:name |pname| :type |PixelTransformPNameEXT| :direction :in)
39 (:name |params| :type |Float32| :direction :in :array t :size #x1))
40 :category "EXT_pixel_transform" :deprecated nil :version "1.1")
41 (defglextfun "PixelTransformParameterivEXT" pixel-transform-parameter-iv-ext
42 :return "void" :args
43 ((:name |target| :type |PixelTransformTargetEXT| :direction :in)
44 (:name |pname| :type |PixelTransformPNameEXT| :direction :in)
45 (:name |params| :type |Int32| :direction :in :array t :size #x1))
46 :category "EXT_pixel_transform" :deprecated nil :version "1.1")
47 (defglextfun "PixelTransformParameterfEXT" pixel-transform-parameter-f-ext
48 :return "void" :args
49 ((:name |target| :type |PixelTransformTargetEXT| :direction :in)
50 (:name |pname| :type |PixelTransformPNameEXT| :direction :in)
51 (:name |param| :type |Float32| :direction :in))
52 :category "EXT_pixel_transform" :deprecated nil :version "1.1")
53 (defglextfun "PixelTransformParameteriEXT" pixel-transform-parameter-i-ext
54 :return "void" :args
55 ((:name |target| :type |PixelTransformTargetEXT| :direction :in)
56 (:name |pname| :type |PixelTransformPNameEXT| :direction :in)
57 (:name |param| :type |Int32| :direction :in))
58 :category "EXT_pixel_transform" :deprecated nil :version "1.1")
59 (make-extension-loader |EXT_pixel_transform|
60 (("PixelTransformParameterfvEXT" pixel-transform-parameter-fv-ext :return
61 "void" :args
62 ((:name |target| :type |PixelTransformTargetEXT| :direction :in)
63 (:name |pname| :type |PixelTransformPNameEXT| :direction :in)
64 (:name |params| :type |Float32| :direction :in :array t :size #x1))
65 :category "EXT_pixel_transform" :deprecated nil :version "1.1")
66 ("PixelTransformParameterivEXT" pixel-transform-parameter-iv-ext :return
67 "void" :args
68 ((:name |target| :type |PixelTransformTargetEXT| :direction :in)
69 (:name |pname| :type |PixelTransformPNameEXT| :direction :in)
70 (:name |params| :type |Int32| :direction :in :array t :size #x1))
71 :category "EXT_pixel_transform" :deprecated nil :version "1.1")
72 ("PixelTransformParameterfEXT" pixel-transform-parameter-f-ext :return "void"
73 :args
74 ((:name |target| :type |PixelTransformTargetEXT| :direction :in)
75 (:name |pname| :type |PixelTransformPNameEXT| :direction :in)
76 (:name |param| :type |Float32| :direction :in))
77 :category "EXT_pixel_transform" :deprecated nil :version "1.1")
78 ("PixelTransformParameteriEXT" pixel-transform-parameter-i-ext :return "void"
79 :args
80 ((:name |target| :type |PixelTransformTargetEXT| :direction :in)
81 (:name |pname| :type |PixelTransformPNameEXT| :direction :in)
82 (:name |param| :type |Int32| :direction :in))
83 :category "EXT_pixel_transform" :deprecated nil :version "1.1")))