Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw/jecs.git] / lib / opengl-ext_blend_equation_separate.lisp
blobb8af19a87ec3feb3d636a2567857cd666ff349ce
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_equation_separate
7 (defconstant +blend-equation-rgb-ext+ #x8009)
8 (defconstant +blend-equation-alpha-ext+ #x883D)
9 (defglextfun "BlendEquationSeparateEXT" blend-equation-separate-ext :return
10 "void" :args
11 ((:name |modeRGB| :type |BlendEquationModeEXT| :direction :in)
12 (:name |modeAlpha| :type |BlendEquationModeEXT| :direction :in))
13 :category "EXT_blend_equation_separate" :version "1.2")