Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-ext_blend_func_separate.lisp
blob9b8bfca88ee64702b04504fc2d9b75d4d6c6f5e2
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")
26 (make-extension-loader |EXT_blend_func_separate|
27 (("BlendFuncSeparateEXT" blend-func-separate-ext :return "void" :args
28 ((:name |sfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
29 (:name |dfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
30 (:name |sfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in)
31 (:name |dfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction
32 :in))
33 :category "EXT_blend_func_separate" :deprecated nil :version "1.0")))