Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ext_blend_minmax.lisp
blob5714fd9e4d5fdece5897645f4c4d4dc76496c964
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
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")))