bitmask tweak and grid generator
[cl-glfw/dh.git] / lib / opengl-ati_envmap_bumpmap.lisp
blob725af1b6da90a9f6844aa627d5fab69a37e57a30
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 (defglextfun "GetTexBumpParameterfvATI" get-tex-bump-parameter-fv-ati :return
16 "void" :args
17 ((:name |pname| :type |GetTexBumpParameterATI| :direction :in)
18 (:name |param| :type |Float32| :direction :out :array t :size (|pname|)))
19 :category "ATI_envmap_bumpmap" :version "1.2")
20 (defglextfun "GetTexBumpParameterivATI" get-tex-bump-parameter-iv-ati :return
21 "void" :args
22 ((:name |pname| :type |GetTexBumpParameterATI| :direction :in)
23 (:name |param| :type |Int32| :direction :out :array t :size (|pname|)))
24 :category "ATI_envmap_bumpmap" :version "1.2")
25 (defglextfun "TexBumpParameterfvATI" tex-bump-parameter-fv-ati :return "void"
26 :args
27 ((:name |pname| :type |TexBumpParameterATI| :direction :in)
28 (:name |param| :type |Float32| :direction :in :array t :size (|pname|)))
29 :category "ATI_envmap_bumpmap" :version "1.2")
30 (defglextfun "TexBumpParameterivATI" tex-bump-parameter-iv-ati :return "void"
31 :args
32 ((:name |pname| :type |TexBumpParameterATI| :direction :in)
33 (:name |param| :type |Int32| :direction :in :array t :size (|pname|)))
34 :category "ATI_envmap_bumpmap" :version "1.2")