Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ingr_blend_func_separate.lisp
blobe765cbf23830c51d44b0dd9b31e58215d793cddf
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
5 ;;;; INGR_blend_func_separate
7 (defglextfun
8 (("BlendFuncSeparateINGR" blend-func-separate-ingr) :args
9 ((:name |sfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
10 (:name |dfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
11 (:name |sfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in)
12 (:name |dfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in))
13 :return ("void") :category ("INGR_blend_func_separate") :glxropcode ("4134")
14 :version ("1.0") :extension nil :alias ("BlendFuncSeparateEXT") :glsalias
15 ("BlendFuncSeparateEXT")))