Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-sun_global_alpha.lisp
blob4d28572fad2e0e5d1177619bf89e73c446009c00
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" :deprecated nil :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" :deprecated nil :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" :deprecated nil :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" :deprecated nil :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" :deprecated nil :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" :deprecated nil :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" :deprecated nil :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" :deprecated nil :version "1.1")
33 (make-extension-loader |SUN_global_alpha|
34 (("GlobalAlphaFactoruiSUN" global-alpha-factor-ui-sun :return "void" :args
35 ((:name |factor| :type |UInt32| :direction :in)) :category
36 "SUN_global_alpha" :deprecated nil :version "1.1")
37 ("GlobalAlphaFactorusSUN" global-alpha-factor-us-sun :return "void" :args
38 ((:name |factor| :type |UInt16| :direction :in)) :category
39 "SUN_global_alpha" :deprecated nil :version "1.1")
40 ("GlobalAlphaFactorubSUN" global-alpha-factor-ub-sun :return "void" :args
41 ((:name |factor| :type |UInt8| :direction :in)) :category "SUN_global_alpha"
42 :deprecated nil :version "1.1")
43 ("GlobalAlphaFactordSUN" global-alpha-factor-d-sun :return "void" :args
44 ((:name |factor| :type |Float64| :direction :in)) :category
45 "SUN_global_alpha" :deprecated nil :version "1.1")
46 ("GlobalAlphaFactorfSUN" global-alpha-factor-f-sun :return "void" :args
47 ((:name |factor| :type |Float32| :direction :in)) :category
48 "SUN_global_alpha" :deprecated nil :version "1.1")
49 ("GlobalAlphaFactoriSUN" global-alpha-factor-i-sun :return "void" :args
50 ((:name |factor| :type |Int32| :direction :in)) :category "SUN_global_alpha"
51 :deprecated nil :version "1.1")
52 ("GlobalAlphaFactorsSUN" global-alpha-factor-s-sun :return "void" :args
53 ((:name |factor| :type |Int16| :direction :in)) :category "SUN_global_alpha"
54 :deprecated nil :version "1.1")
55 ("GlobalAlphaFactorbSUN" global-alpha-factor-b-sun :return "void" :args
56 ((:name |factor| :type |Int8| :direction :in)) :category "SUN_global_alpha"
57 :deprecated nil :version "1.1")))