Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-ext_texture_perturb_normal.lisp
blob122ba9863a589669317c152e9606339159d6e496
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 (defconstant +perturb-ext+ #x85AE)
10 (defconstant +texture-normal-ext+ #x85AF)
11 (defglextfun "TextureNormalEXT" texture-normal-ext :return "void" :args
12 ((:name |mode| :type |TextureNormalModeEXT| :direction :in)) :category
13 "EXT_texture_perturb_normal" :deprecated nil :version "1.1")
14 (make-extension-loader |EXT_texture_perturb_normal|
15 (("TextureNormalEXT" texture-normal-ext :return "void" :args
16 ((:name |mode| :type |TextureNormalModeEXT| :direction :in)) :category
17 "EXT_texture_perturb_normal" :deprecated nil :version "1.1")))