Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-sun_global_alpha.lisp
blob9a75d4e349c299cd74fd7c588eb2ed278f3f70bc
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 ;;;; sun_global_alpha
7 (defconstant +global-alpha-sun+ #x81D9)
8 (defconstant +global-alpha-factor-sun+ #x81DA)
9 (defglextfun
10 (("GlobalAlphaFactoruiSUN" global-alpha-factor-ui-sun) :args
11 ((:name |factor| :type |UInt32| :direction :in)) :return ("void") :category
12 ("SUN_global_alpha") :version ("1.1") :glxropcode ("?") :glsflags ("ignore")
13 :offset ("?")))
14 (defglextfun
15 (("GlobalAlphaFactorusSUN" global-alpha-factor-us-sun) :args
16 ((:name |factor| :type |UInt16| :direction :in)) :return ("void") :category
17 ("SUN_global_alpha") :version ("1.1") :glxropcode ("?") :glsflags ("ignore")
18 :offset ("?")))
19 (defglextfun
20 (("GlobalAlphaFactorubSUN" global-alpha-factor-ub-sun) :args
21 ((:name |factor| :type |UInt8| :direction :in)) :return ("void") :category
22 ("SUN_global_alpha") :version ("1.1") :glxropcode ("?") :glsflags ("ignore")
23 :offset ("?")))
24 (defglextfun
25 (("GlobalAlphaFactordSUN" global-alpha-factor-d-sun) :args
26 ((:name |factor| :type |Float64| :direction :in)) :return ("void") :category
27 ("SUN_global_alpha") :version ("1.1") :glxropcode ("?") :glsflags ("ignore")
28 :offset ("?")))
29 (defglextfun
30 (("GlobalAlphaFactorfSUN" global-alpha-factor-f-sun) :args
31 ((:name |factor| :type |Float32| :direction :in)) :return ("void") :category
32 ("SUN_global_alpha") :version ("1.1") :glxropcode ("?") :glsflags ("ignore")
33 :offset ("?")))
34 (defglextfun
35 (("GlobalAlphaFactoriSUN" global-alpha-factor-i-sun) :args
36 ((:name |factor| :type |Int32| :direction :in)) :return ("void") :category
37 ("SUN_global_alpha") :version ("1.1") :glxropcode ("?") :glsflags ("ignore")
38 :offset ("?")))
39 (defglextfun
40 (("GlobalAlphaFactorsSUN" global-alpha-factor-s-sun) :args
41 ((:name |factor| :type |Int16| :direction :in)) :return ("void") :category
42 ("SUN_global_alpha") :version ("1.1") :glxropcode ("?") :glsflags ("ignore")
43 :offset ("?")))
44 (defglextfun
45 (("GlobalAlphaFactorbSUN" global-alpha-factor-b-sun) :args
46 ((:name |factor| :type |Int8| :direction :in)) :return ("void") :category
47 ("SUN_global_alpha") :version ("1.1") :glxropcode ("?") :glsflags ("ignore")
48 :offset ("?")))