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