Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_histogram.lisp
blobd4c85a1a62d8e5a45d33a098566be49011cd33a5
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 (defglextfun
8 (("ResetMinmaxEXT" reset-minmax-ext) :args
9 ((:name |target| :type |MinmaxTargetEXT| :direction :in)) :return ("void")
10 :category ("EXT_histogram") :version ("1.0") :glxropcode ("4113") :glxflags
11 ("EXT") :extension nil :alias ("ResetMinmax") :glsalias ("ResetMinmax")))
12 (defglextfun
13 (("ResetHistogramEXT" reset-histogram-ext) :args
14 ((:name |target| :type |HistogramTargetEXT| :direction :in)) :return ("void")
15 :category ("EXT_histogram") :version ("1.0") :glxropcode ("4112") :glxflags
16 ("EXT") :extension nil :alias ("ResetHistogram") :glsalias
17 ("ResetHistogram")))
18 (defglextfun
19 (("MinmaxEXT" minmax-ext) :args
20 ((:name |target| :type |MinmaxTargetEXT| :direction :in)
21 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
22 (:name |sink| :type |Boolean| :direction :in))
23 :return ("void") :category ("EXT_histogram") :version ("1.0") :glxropcode
24 ("4111") :glxflags ("EXT") :extension nil :alias ("Minmax") :glsalias
25 ("Minmax")))
26 (defglextfun
27 (("HistogramEXT" histogram-ext) :args
28 ((:name |target| :type |HistogramTargetEXT| :direction :in)
29 (:name |width| :type |SizeI| :direction :in)
30 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
31 (:name |sink| :type |Boolean| :direction :in))
32 :return ("void") :category ("EXT_histogram") :version ("1.0") :glxropcode
33 ("4110") :glxflags ("EXT") :extension nil :alias ("Histogram") :glsalias
34 ("Histogram")))
35 (defglextfun
36 (("GetMinmaxParameterivEXT" get-minmax-parameter-iv-ext) :args
37 ((:name |target| :type |MinmaxTargetEXT| :direction :in)
38 (:name |pname| :type |GetMinmaxParameterPNameEXT| :direction :in)
39 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
40 :return ("void") :category ("EXT_histogram") :dlflags ("notlistable")
41 :version ("1.0") :glxvendorpriv ("10") :glxflags ("EXT") :extension nil
42 :glsflags ("get") :glsopcode ("0x0137") :offset ("422")))
43 (defglextfun
44 (("GetMinmaxParameterfvEXT" get-minmax-parameter-fv-ext) :args
45 ((:name |target| :type |MinmaxTargetEXT| :direction :in)
46 (:name |pname| :type |GetMinmaxParameterPNameEXT| :direction :in)
47 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
48 :return ("void") :category ("EXT_histogram") :dlflags ("notlistable")
49 :version ("1.0") :glxvendorpriv ("9") :glxflags ("EXT") :extension nil
50 :glsflags ("get") :glsopcode ("0x0136") :offset ("421")))
51 (defglextfun
52 (("GetMinmaxEXT" get-minmax-ext) :args
53 ((:name |target| :type |MinmaxTargetEXT| :direction :in)
54 (:name |reset| :type |Boolean| :direction :in)
55 (:name |format| :type |PixelFormat| :direction :in)
56 (:name |type| :type |PixelType| :direction :in)
57 (:name |values| :type |Void| :direction :out :array t :size
58 (|target| |format| |type|)))
59 :return ("void") :category ("EXT_histogram") :dlflags ("notlistable")
60 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.0")
61 :glxvendorpriv ("8") :extension nil :glsflags ("get" "pixel-pack") :glsopcode
62 ("0x0135") :offset ("420")))
63 (defglextfun
64 (("GetHistogramParameterivEXT" get-histogram-parameter-iv-ext) :args
65 ((:name |target| :type |HistogramTargetEXT| :direction :in)
66 (:name |pname| :type |GetHistogramParameterPNameEXT| :direction :in)
67 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
68 :return ("void") :category ("EXT_histogram") :dlflags ("notlistable")
69 :version ("1.0") :glxvendorpriv ("7") :glxflags ("EXT") :extension nil
70 :glsflags ("get") :glsopcode ("0x0134") :offset ("419")))
71 (defglextfun
72 (("GetHistogramParameterfvEXT" get-histogram-parameter-fv-ext) :args
73 ((:name |target| :type |HistogramTargetEXT| :direction :in)
74 (:name |pname| :type |GetHistogramParameterPNameEXT| :direction :in)
75 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
76 :return ("void") :category ("EXT_histogram") :dlflags ("notlistable")
77 :version ("1.0") :glxvendorpriv ("6") :glxflags ("EXT") :extension nil
78 :glsflags ("get") :glsopcode ("0x0133") :offset ("418")))
79 (defglextfun
80 (("GetHistogramEXT" get-histogram-ext) :args
81 ((:name |target| :type |HistogramTargetEXT| :direction :in)
82 (:name |reset| :type |Boolean| :direction :in)
83 (:name |format| :type |PixelFormat| :direction :in)
84 (:name |type| :type |PixelType| :direction :in)
85 (:name |values| :type |Void| :direction :out :array t :size
86 (|target| |format| |type|)))
87 :return ("void") :category ("EXT_histogram") :dlflags ("notlistable")
88 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.0")
89 :glxvendorpriv ("5") :extension nil :glsflags ("get" "pixel-pack") :glsopcode
90 ("0x0132") :offset ("417")))