Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_pixel_transform.lisp
blobc12a05b89fb396210d7134578a72caac61beca5c
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 +pixel-transform-2d-ext+ #x8330)
17 (defconstant +pixel-mag-filter-ext+ #x8331)
18 (defconstant +pixel-min-filter-ext+ #x8332)
19 (defconstant +pixel-cubic-weight-ext+ #x8333)
20 (defconstant +cubic-ext+ #x8334)
21 (defconstant +average-ext+ #x8335)
22 (defconstant +pixel-transform-2d-stack-depth-ext+ #x8336)
23 (defconstant +max-pixel-transform-2d-stack-depth-ext+ #x8337)
24 (defconstant +pixel-transform-2d-matrix-ext+ #x8338)
25 (defglextfun
26 (("PixelTransformParameterfvEXT" pixel-transform-parameter-fv-ext) :args
27 ((:name |target| :type |PixelTransformTargetEXT| :direction :in)
28 (:name |pname| :type |PixelTransformPNameEXT| :direction :in)
29 (:name |params| :type |Float32| :direction :in :array t :size #x1))
30 :return ("void") :category ("EXT_pixel_transform") :version ("1.1")
31 :glxropcode ("?") :glsflags ("ignore") :offset ("?")))
32 (defglextfun
33 (("PixelTransformParameterivEXT" pixel-transform-parameter-iv-ext) :args
34 ((:name |target| :type |PixelTransformTargetEXT| :direction :in)
35 (:name |pname| :type |PixelTransformPNameEXT| :direction :in)
36 (:name |params| :type |Int32| :direction :in :array t :size #x1))
37 :return ("void") :category ("EXT_pixel_transform") :version ("1.1")
38 :glxropcode ("?") :glsflags ("ignore") :offset ("?")))
39 (defglextfun
40 (("PixelTransformParameterfEXT" pixel-transform-parameter-f-ext) :args
41 ((:name |target| :type |PixelTransformTargetEXT| :direction :in)
42 (:name |pname| :type |PixelTransformPNameEXT| :direction :in)
43 (:name |param| :type |Float32| :direction :in))
44 :return ("void") :category ("EXT_pixel_transform") :version ("1.1")
45 :glxropcode ("?") :glsflags ("ignore") :offset ("?")))
46 (defglextfun
47 (("PixelTransformParameteriEXT" pixel-transform-parameter-i-ext) :args
48 ((:name |target| :type |PixelTransformTargetEXT| :direction :in)
49 (:name |pname| :type |PixelTransformPNameEXT| :direction :in)
50 (:name |param| :type |Int32| :direction :in))
51 :return ("void") :category ("EXT_pixel_transform") :version ("1.1")
52 :glxropcode ("?") :glsflags ("ignore") :offset ("?")))