Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw/jecs.git] / lib / opengl-ext_pixel_transform.lisp
blobaa3c071f6c3bdfc498be1c701116e2bc3416903b
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 "PixelTransformParameterfvEXT" pixel-transform-parameter-fv-ext
26 :return "void" :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 :category "EXT_pixel_transform" :version "1.1")
31 (defglextfun "PixelTransformParameterivEXT" pixel-transform-parameter-iv-ext
32 :return "void" :args
33 ((:name |target| :type |PixelTransformTargetEXT| :direction :in)
34 (:name |pname| :type |PixelTransformPNameEXT| :direction :in)
35 (:name |params| :type |Int32| :direction :in :array t :size #x1))
36 :category "EXT_pixel_transform" :version "1.1")
37 (defglextfun "PixelTransformParameterfEXT" pixel-transform-parameter-f-ext
38 :return "void" :args
39 ((:name |target| :type |PixelTransformTargetEXT| :direction :in)
40 (:name |pname| :type |PixelTransformPNameEXT| :direction :in)
41 (:name |param| :type |Float32| :direction :in))
42 :category "EXT_pixel_transform" :version "1.1")
43 (defglextfun "PixelTransformParameteriEXT" pixel-transform-parameter-i-ext
44 :return "void" :args
45 ((:name |target| :type |PixelTransformTargetEXT| :direction :in)
46 (:name |pname| :type |PixelTransformPNameEXT| :direction :in)
47 (:name |param| :type |Int32| :direction :in))
48 :category "EXT_pixel_transform" :version "1.1")