Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_blend_minmax.lisp
blob31aafdbf56cf3483ac5c54edaf6f847f989c358a
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_blend_minmax
7 (defglextfun
8 (("BlendEquationEXT" blend-equation-ext) :args
9 ((:name |mode| :type |BlendEquationModeEXT| :direction :in)) :return ("void")
10 :category ("EXT_blend_minmax") :version ("1.0") :glxropcode ("4097")
11 :glxflags ("EXT") :extension ("soft") :alias ("BlendEquation") :glsalias
12 ("BlendEquation")))