Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_blend_equation_separate.lisp
blobf5b1cbc530fbb4b285986e67936c245becf44d5c
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
10 (("BlendEquationSeparateEXT" blend-equation-separate-ext) :args
11 ((:name |modeRGB| :type |BlendEquationModeEXT| :direction :in)
12 (:name |modeAlpha| :type |BlendEquationModeEXT| :direction :in))
13 :return ("void") :category ("EXT_blend_equation_separate") :version ("1.2")
14 :extension nil :glxropcode ("4228") :alias ("BlendEquationSeparate")
15 :glsalias ("BlendEquationSeparate")))