Shadowed some foreign type definitions that may clash with CL package.
[cl-glfw/jecs.git] / lib / opengl-ext_texture_perturb_normal.lisp
blobd880d37d1b0b4a83a177770ed4d7d9c141c025a0
2 (in-package #:gl)
4 ;;;; EXT_texture_perturb_normal
6 (defconstant +perturb-ext+ #x85AE)
7 (defconstant +texture-normal-ext+ #x85AF)
8 (defglextfun
9 (("TextureNormalEXT" texture-normal-ext) :args
10 ((:name |mode| :type |TextureNormalModeEXT| :direction :in)) :return ("void")
11 :category ("EXT_texture_perturb_normal") :version ("1.1") :glxropcode ("?")
12 :glsflags ("ignore") :offset ("?")))