Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ext_blend_equation_separate.lisp
blobec8e2d39b0a3394d68a5dddd0d724a7681349caf
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_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")))