Removed unused functions
[cl-glfw.git] / lib / opengl-ext_texture_perturb_normal.lisp
blob9ab9e5e858953e04e9ed813d8d6b1793535d9ce8
1 ;;;; This file was automatically generated by nil
3 (in-package #:cl-glfw-opengl)
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 ("?")))