Added FTGL for convenience
[cl-glfw.git] / lib / opengl-ext_histogram.lisp
blob1052173d7277c46c6c3f90c4cd3fb216ba3c9b0a
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_histogram
7 (defconstant +unsigned-byte-3-3-2+ #x8032)
8 (defconstant +unsigned-short-4-4-4-4+ #x8033)
9 (defconstant +unsigned-short-5-5-5-1+ #x8034)
10 (defconstant +unsigned-int-8-8-8-8+ #x8035)
11 (defconstant +unsigned-int-10-10-10-2+ #x8036)
12 (defconstant +unsigned-byte-2-3-3-rev+ #x8362)
13 (defconstant +unsigned-short-5-6-5+ #x8363)
14 (defconstant +unsigned-short-5-6-5-rev+ #x8364)
15 (defconstant +unsigned-short-4-4-4-4-rev+ #x8365)
16 (defconstant +unsigned-short-1-5-5-5-rev+ #x8366)
17 (defconstant +unsigned-int-8-8-8-8-rev+ #x8367)
18 (defconstant +unsigned-int-2-10-10-10-rev+ #x8368)
19 (defglextfun "ResetMinmaxEXT" reset-minmax-ext :return "void" :args
20 ((:name |target| :type |MinmaxTargetEXT| :direction :in)) :category
21 "EXT_histogram" :deprecated nil :version "1.0")
22 (defglextfun "ResetHistogramEXT" reset-histogram-ext :return "void" :args
23 ((:name |target| :type |HistogramTargetEXT| :direction :in)) :category
24 "EXT_histogram" :deprecated nil :version "1.0")
25 (defglextfun "MinmaxEXT" minmax-ext :return "void" :args
26 ((:name |target| :type |MinmaxTargetEXT| :direction :in)
27 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
28 (:name |sink| :type |Boolean| :direction :in))
29 :category "EXT_histogram" :deprecated nil :version "1.0")
30 (defglextfun "HistogramEXT" histogram-ext :return "void" :args
31 ((:name |target| :type |HistogramTargetEXT| :direction :in)
32 (:name |width| :type |SizeI| :direction :in)
33 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
34 (:name |sink| :type |Boolean| :direction :in))
35 :category "EXT_histogram" :deprecated nil :version "1.0")
36 (defglextfun "GetMinmaxParameterivEXT" get-minmax-parameter-iv-ext :return
37 "void" :args
38 ((:name |target| :type |MinmaxTargetEXT| :direction :in)
39 (:name |pname| :type |GetMinmaxParameterPNameEXT| :direction :in)
40 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
41 :category "EXT_histogram" :deprecated nil :version "1.0")
42 (defglextfun "GetMinmaxParameterfvEXT" get-minmax-parameter-fv-ext :return
43 "void" :args
44 ((:name |target| :type |MinmaxTargetEXT| :direction :in)
45 (:name |pname| :type |GetMinmaxParameterPNameEXT| :direction :in)
46 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
47 :category "EXT_histogram" :deprecated nil :version "1.0")
48 (defglextfun "GetMinmaxEXT" get-minmax-ext :return "void" :args
49 ((:name |target| :type |MinmaxTargetEXT| :direction :in)
50 (:name |reset| :type |Boolean| :direction :in)
51 (:name |format| :type |PixelFormat| :direction :in)
52 (:name |type| :type |PixelType| :direction :in)
53 (:name |values| :type |Void| :direction :out :array t :size
54 (|target| |format| |type|)))
55 :category "EXT_histogram" :deprecated nil :version "1.0")
56 (defglextfun "GetHistogramParameterivEXT" get-histogram-parameter-iv-ext
57 :return "void" :args
58 ((:name |target| :type |HistogramTargetEXT| :direction :in)
59 (:name |pname| :type |GetHistogramParameterPNameEXT| :direction :in)
60 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
61 :category "EXT_histogram" :deprecated nil :version "1.0")
62 (defglextfun "GetHistogramParameterfvEXT" get-histogram-parameter-fv-ext
63 :return "void" :args
64 ((:name |target| :type |HistogramTargetEXT| :direction :in)
65 (:name |pname| :type |GetHistogramParameterPNameEXT| :direction :in)
66 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
67 :category "EXT_histogram" :deprecated nil :version "1.0")
68 (defglextfun "GetHistogramEXT" get-histogram-ext :return "void" :args
69 ((:name |target| :type |HistogramTargetEXT| :direction :in)
70 (:name |reset| :type |Boolean| :direction :in)
71 (:name |format| :type |PixelFormat| :direction :in)
72 (:name |type| :type |PixelType| :direction :in)
73 (:name |values| :type |Void| :direction :out :array t :size
74 (|target| |format| |type|)))
75 :category "EXT_histogram" :deprecated nil :version "1.0")