Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_light_texture.lisp
blob1b5038964d5ee8682811684003172942da04d956
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 ;;;; ext_light_texture
7 (defconstant +fragment-material-ext+ #x8349)
8 (defconstant +fragment-normal-ext+ #x834A)
9 (defconstant +fragment-color-ext+ #x834C)
10 (defconstant +attenuation-ext+ #x834D)
11 (defconstant +shadow-attenuation-ext+ #x834E)
12 (defconstant +texture-application-mode-ext+ #x834F)
13 (defconstant +texture-light-ext+ #x8350)
14 (defconstant +texture-material-face-ext+ #x8351)
15 (defconstant +texture-material-parameter-ext+ #x8352)
16 (defconstant +fragment-depth-ext+ #x8452)
17 (defglextfun
18 (("TextureMaterialEXT" texture-material-ext) :args
19 ((:name |face| :type |MaterialFace| :direction :in)
20 (:name |mode| :type |MaterialParameter| :direction :in))
21 :return ("void") :category ("EXT_light_texture") :version ("1.1") :glxropcode
22 ("?") :glsflags ("ignore") :offset ("?")))
23 (defglextfun
24 (("TextureLightEXT" texture-light-ext) :args
25 ((:name |pname| :type |LightTexturePNameEXT| :direction :in)) :return
26 ("void") :category ("EXT_light_texture") :version ("1.1") :glxropcode ("?")
27 :glsflags ("ignore") :offset ("?")))
28 (defglextfun
29 (("ApplyTextureEXT" apply-texture-ext) :args
30 ((:name |mode| :type |LightTextureModeEXT| :direction :in)) :return ("void")
31 :category ("EXT_light_texture") :version ("1.1") :glxropcode ("?") :glsflags
32 ("ignore") :offset ("?")))