Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ati_envmap_bumpmap.lisp
blobd8f534f46518f6769fd8449f76e9b2e4ce61a1d8
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
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 (defglextfun
16 (("GetTexBumpParameterfvATI" get-tex-bump-parameter-fv-ati) :args
17 ((:name |pname| :type |GetTexBumpParameterATI| :direction :in)
18 (:name |param| :type |Float32| :direction :out :array t :size (|pname|)))
19 :return ("void") :category ("ATI_envmap_bumpmap") :dlflags ("notlistable")
20 :version ("1.2") :extension nil :glxsingle ("?") :glxflags ("ignore")
21 :glsflags ("ignore" "get") :offset ("?")))
22 (defglextfun
23 (("GetTexBumpParameterivATI" get-tex-bump-parameter-iv-ati) :args
24 ((:name |pname| :type |GetTexBumpParameterATI| :direction :in)
25 (:name |param| :type |Int32| :direction :out :array t :size (|pname|)))
26 :return ("void") :category ("ATI_envmap_bumpmap") :dlflags ("notlistable")
27 :version ("1.2") :extension nil :glxsingle ("?") :glxflags ("ignore")
28 :glsflags ("ignore" "get") :offset ("?")))
29 (defglextfun
30 (("TexBumpParameterfvATI" tex-bump-parameter-fv-ati) :args
31 ((:name |pname| :type |TexBumpParameterATI| :direction :in)
32 (:name |param| :type |Float32| :direction :in :array t :size (|pname|)))
33 :return ("void") :category ("ATI_envmap_bumpmap") :version ("1.2") :extension
34 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
35 ("?")))
36 (defglextfun
37 (("TexBumpParameterivATI" tex-bump-parameter-iv-ati) :args
38 ((:name |pname| :type |TexBumpParameterATI| :direction :in)
39 (:name |param| :type |Int32| :direction :in :array t :size (|pname|)))
40 :return ("void") :category ("ATI_envmap_bumpmap") :version ("1.2") :extension
41 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("ignore") :offset
42 ("?")))