Added FTGL for convenience
[cl-glfw.git] / lib / opengl-ext_blend_func_separate.lisp
blob83d24c203b4f700af994583765eeaa45512b2312
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 (defconstant +blend-dst-rgb-oes+ #x80C8)
12 (defconstant +blend-src-rgb-oes+ #x80C9)
13 (defconstant +blend-dst-alpha-oes+ #x80CA)
14 (defconstant +blend-src-alpha-oes+ #x80CB)
15 (defconstant +blend-dst-rgb-ext+ #x80C8)
16 (defconstant +blend-src-rgb-ext+ #x80C9)
17 (defconstant +blend-dst-alpha-ext+ #x80CA)
18 (defconstant +blend-src-alpha-ext+ #x80CB)
19 (defglextfun "BlendFuncSeparateEXT" blend-func-separate-ext :return "void"
20 :args
21 ((:name |sfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
22 (:name |dfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
23 (:name |sfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in)
24 (:name |dfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in))
25 :category "EXT_blend_func_separate" :deprecated nil :version "1.0")