Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ext_light_texture.lisp
blob8a0ae839f40c6d9ad1256f3eae217c446f0736be
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 "TextureMaterialEXT" texture-material-ext :return "void" :args
18 ((:name |face| :type |MaterialFace| :direction :in)
19 (:name |mode| :type |MaterialParameter| :direction :in))
20 :category "EXT_light_texture" :deprecated nil :version "1.1")
21 (defglextfun "TextureLightEXT" texture-light-ext :return "void" :args
22 ((:name |pname| :type |LightTexturePNameEXT| :direction :in)) :category
23 "EXT_light_texture" :deprecated nil :version "1.1")
24 (defglextfun "ApplyTextureEXT" apply-texture-ext :return "void" :args
25 ((:name |mode| :type |LightTextureModeEXT| :direction :in)) :category
26 "EXT_light_texture" :deprecated nil :version "1.1")
27 (make-extension-loader |EXT_light_texture|
28 (("TextureMaterialEXT" texture-material-ext :return "void" :args
29 ((:name |face| :type |MaterialFace| :direction :in)
30 (:name |mode| :type |MaterialParameter| :direction :in))
31 :category "EXT_light_texture" :deprecated nil :version "1.1")
32 ("TextureLightEXT" texture-light-ext :return "void" :args
33 ((:name |pname| :type |LightTexturePNameEXT| :direction :in)) :category
34 "EXT_light_texture" :deprecated nil :version "1.1")
35 ("ApplyTextureEXT" apply-texture-ext :return "void" :args
36 ((:name |mode| :type |LightTextureModeEXT| :direction :in)) :category
37 "EXT_light_texture" :deprecated nil :version "1.1")))