Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw.git] / lib / opengl-ext_blend_minmax.lisp
blob719d52408e69b395e5685bf4ca2cac3139921a30
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 "BlendEquationEXT" blend-equation-ext :return "void" :args
8 ((:name |mode| :type |BlendEquationModeEXT| :direction :in)) :category
9 "EXT_blend_minmax" :version "1.0")