Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ext_texture_perturb_normal.lisp
blob348c7a95af1f936390d31f039e447a26e4e578a3
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
5 ;;;; EXT_texture_perturb_normal
7 (defconstant +perturb-ext+ #x85AE)
8 (defconstant +texture-normal-ext+ #x85AF)
9 (defglextfun
10 (("TextureNormalEXT" texture-normal-ext) :args
11 ((:name |mode| :type |TextureNormalModeEXT| :direction :in)) :return ("void")
12 :category ("EXT_texture_perturb_normal") :version ("1.1") :glxropcode ("?")
13 :glsflags ("ignore") :offset ("?")))