Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw.git] / lib / opengl-ext_blend_func_separate.lisp
blob555eefdf96b65aa98293cac9ec037ccf0170d9b4
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_func_separate
7 (defconstant +blend-dst-rgb-ext+ #x80C8)
8 (defconstant +blend-src-rgb-ext+ #x80C9)
9 (defconstant +blend-dst-alpha-ext+ #x80CA)
10 (defconstant +blend-src-alpha-ext+ #x80CB)
11 (defglextfun "BlendFuncSeparateEXT" blend-func-separate-ext :return "void"
12 :args
13 ((:name |sfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
14 (:name |dfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
15 (:name |sfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in)
16 (:name |dfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in))
17 :category "EXT_blend_func_separate" :version "1.0")