Documentation tweaks
[cl-glfw/jecs.git] / lib / opengl-sun_global_alpha.lisp
blob2034eebcdc902dbf5b08c164947cdc1e27815c1b
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 "GlobalAlphaFactoruiSUN" global-alpha-factor-ui-sun :return "void"
10 :args ((:name |factor| :type |UInt32| :direction :in)) :category
11 "SUN_global_alpha" :version "1.1")
12 (defglextfun "GlobalAlphaFactorusSUN" global-alpha-factor-us-sun :return "void"
13 :args ((:name |factor| :type |UInt16| :direction :in)) :category
14 "SUN_global_alpha" :version "1.1")
15 (defglextfun "GlobalAlphaFactorubSUN" global-alpha-factor-ub-sun :return "void"
16 :args ((:name |factor| :type |UInt8| :direction :in)) :category
17 "SUN_global_alpha" :version "1.1")
18 (defglextfun "GlobalAlphaFactordSUN" global-alpha-factor-d-sun :return "void"
19 :args ((:name |factor| :type |Float64| :direction :in)) :category
20 "SUN_global_alpha" :version "1.1")
21 (defglextfun "GlobalAlphaFactorfSUN" global-alpha-factor-f-sun :return "void"
22 :args ((:name |factor| :type |Float32| :direction :in)) :category
23 "SUN_global_alpha" :version "1.1")
24 (defglextfun "GlobalAlphaFactoriSUN" global-alpha-factor-i-sun :return "void"
25 :args ((:name |factor| :type |Int32| :direction :in)) :category
26 "SUN_global_alpha" :version "1.1")
27 (defglextfun "GlobalAlphaFactorsSUN" global-alpha-factor-s-sun :return "void"
28 :args ((:name |factor| :type |Int16| :direction :in)) :category
29 "SUN_global_alpha" :version "1.1")
30 (defglextfun "GlobalAlphaFactorbSUN" global-alpha-factor-b-sun :return "void"
31 :args ((:name |factor| :type |Int8| :direction :in)) :category
32 "SUN_global_alpha" :version "1.1")