Added Win+Mac notes. Some wishlist aswell.
[cl-glfw/jecs.git] / lib / opengl-ingr_blend_func_separate.lisp
blob54e6a564177ee0bb8a19e0ba6177ecf3b371a4b5
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 ;;;; ingr_blend_func_separate
7 (defglextfun "BlendFuncSeparateINGR" blend-func-separate-ingr :return "void"
8 :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 :category "INGR_blend_func_separate" :version "1.0")