Tidied up the scaffolding code
[cl-glfw/dh.git] / lib / opengl-ext_blend_equation_separate.lisp
blob5ce01feb5954b6697303fd91b10d67da51a1dfed
1 ;;;; This file was automatically generated by nil
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")))