Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-ati_envmap_bumpmap.lisp
blob6fa4d4070f2c31ff0c759a3987e2234325274258
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 ;;;; ati_envmap_bumpmap
7 (defconstant +bump-rot-matrix-ati+ #x8775)
8 (defconstant +bump-rot-matrix-size-ati+ #x8776)
9 (defconstant +bump-num-tex-units-ati+ #x8777)
10 (defconstant +bump-tex-units-ati+ #x8778)
11 (defconstant +dudv-ati+ #x8779)
12 (defconstant +du8dv8-ati+ #x877A)
13 (defconstant +bump-envmap-ati+ #x877B)
14 (defconstant +bump-target-ati+ #x877C)
15 (defconstant +bump-rot-matrix-ati+ #x8775)
16 (defconstant +bump-rot-matrix-size-ati+ #x8776)
17 (defconstant +bump-num-tex-units-ati+ #x8777)
18 (defconstant +bump-tex-units-ati+ #x8778)
19 (defconstant +dudv-ati+ #x8779)
20 (defconstant +du8dv8-ati+ #x877A)
21 (defconstant +bump-envmap-ati+ #x877B)
22 (defconstant +bump-target-ati+ #x877C)
23 (defglextfun "GetTexBumpParameterfvATI" get-tex-bump-parameter-fv-ati :return
24 "void" :args
25 ((:name |pname| :type |GetTexBumpParameterATI| :direction :in)
26 (:name |param| :type |Float32| :direction :out :array t :size (|pname|)))
27 :category "ATI_envmap_bumpmap" :deprecated nil :version "1.2")
28 (defglextfun "GetTexBumpParameterivATI" get-tex-bump-parameter-iv-ati :return
29 "void" :args
30 ((:name |pname| :type |GetTexBumpParameterATI| :direction :in)
31 (:name |param| :type |Int32| :direction :out :array t :size (|pname|)))
32 :category "ATI_envmap_bumpmap" :deprecated nil :version "1.2")
33 (defglextfun "TexBumpParameterfvATI" tex-bump-parameter-fv-ati :return "void"
34 :args
35 ((:name |pname| :type |TexBumpParameterATI| :direction :in)
36 (:name |param| :type |Float32| :direction :in :array t :size (|pname|)))
37 :category "ATI_envmap_bumpmap" :deprecated nil :version "1.2")
38 (defglextfun "TexBumpParameterivATI" tex-bump-parameter-iv-ati :return "void"
39 :args
40 ((:name |pname| :type |TexBumpParameterATI| :direction :in)
41 (:name |param| :type |Int32| :direction :in :array t :size (|pname|)))
42 :category "ATI_envmap_bumpmap" :deprecated nil :version "1.2")
43 (make-extension-loader |ATI_envmap_bumpmap|
44 (("GetTexBumpParameterfvATI" get-tex-bump-parameter-fv-ati :return "void"
45 :args
46 ((:name |pname| :type |GetTexBumpParameterATI| :direction :in)
47 (:name |param| :type |Float32| :direction :out :array t :size (|pname|)))
48 :category "ATI_envmap_bumpmap" :deprecated nil :version "1.2")
49 ("GetTexBumpParameterivATI" get-tex-bump-parameter-iv-ati :return "void"
50 :args
51 ((:name |pname| :type |GetTexBumpParameterATI| :direction :in)
52 (:name |param| :type |Int32| :direction :out :array t :size (|pname|)))
53 :category "ATI_envmap_bumpmap" :deprecated nil :version "1.2")
54 ("TexBumpParameterfvATI" tex-bump-parameter-fv-ati :return "void" :args
55 ((:name |pname| :type |TexBumpParameterATI| :direction :in)
56 (:name |param| :type |Float32| :direction :in :array t :size (|pname|)))
57 :category "ATI_envmap_bumpmap" :deprecated nil :version "1.2")
58 ("TexBumpParameterivATI" tex-bump-parameter-iv-ati :return "void" :args
59 ((:name |pname| :type |TexBumpParameterATI| :direction :in)
60 (:name |param| :type |Int32| :direction :in :array t :size (|pname|)))
61 :category "ATI_envmap_bumpmap" :deprecated nil :version "1.2")))