bitmask tweak and grid generator
[cl-glfw/dh.git] / lib / opengl-ext_texture_perturb_normal.lisp
blob9f61d401ab833913771dd6e305fe996e4adcae4a
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_texture_perturb_normal
7 (defconstant +perturb-ext+ #x85AE)
8 (defconstant +texture-normal-ext+ #x85AF)
9 (defglextfun "TextureNormalEXT" texture-normal-ext :return "void" :args
10 ((:name |mode| :type |TextureNormalModeEXT| :direction :in)) :category
11 "EXT_texture_perturb_normal" :version "1.1")