Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-arb_draw_buffers_blend.lisp
blob102a32e6025e861bf8974b91d1fd1511a7ac5d29
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 ;;;; arb_draw_buffers_blend
7 (defglextfun "BlendFuncSeparateiARB" blend-func-separate-i-arb :return "void"
8 :args
9 ((:name |buf| :type |UInt32| :direction :in)
10 (:name |srcRGB| :type |GLenum| :direction :in)
11 (:name |dstRGB| :type |GLenum| :direction :in)
12 (:name |srcAlpha| :type |GLenum| :direction :in)
13 (:name |dstAlpha| :type |GLenum| :direction :in))
14 :category "ARB_draw_buffers_blend" :deprecated nil :version "1.2")
15 (defglextfun "BlendFunciARB" blend-func-i-arb :return "void" :args
16 ((:name |buf| :type |UInt32| :direction :in)
17 (:name |src| :type |GLenum| :direction :in)
18 (:name |dst| :type |GLenum| :direction :in))
19 :category "ARB_draw_buffers_blend" :deprecated nil :version "1.2")
20 (defglextfun "BlendEquationSeparateiARB" blend-equation-separate-i-arb :return
21 "void" :args
22 ((:name |buf| :type |UInt32| :direction :in)
23 (:name |modeRGB| :type |GLenum| :direction :in)
24 (:name |modeAlpha| :type |GLenum| :direction :in))
25 :category "ARB_draw_buffers_blend" :deprecated nil :version "1.2")
26 (defglextfun "BlendEquationiARB" blend-equation-i-arb :return "void" :args
27 ((:name |buf| :type |UInt32| :direction :in)
28 (:name |mode| :type |GLenum| :direction :in))
29 :category "ARB_draw_buffers_blend" :deprecated nil :version "1.2")
30 (make-extension-loader |ARB_draw_buffers_blend|
31 (("BlendFuncSeparateiARB" blend-func-separate-i-arb :return "void" :args
32 ((:name |buf| :type |UInt32| :direction :in)
33 (:name |srcRGB| :type |GLenum| :direction :in)
34 (:name |dstRGB| :type |GLenum| :direction :in)
35 (:name |srcAlpha| :type |GLenum| :direction :in)
36 (:name |dstAlpha| :type |GLenum| :direction :in))
37 :category "ARB_draw_buffers_blend" :deprecated nil :version "1.2")
38 ("BlendFunciARB" blend-func-i-arb :return "void" :args
39 ((:name |buf| :type |UInt32| :direction :in)
40 (:name |src| :type |GLenum| :direction :in)
41 (:name |dst| :type |GLenum| :direction :in))
42 :category "ARB_draw_buffers_blend" :deprecated nil :version "1.2")
43 ("BlendEquationSeparateiARB" blend-equation-separate-i-arb :return "void"
44 :args
45 ((:name |buf| :type |UInt32| :direction :in)
46 (:name |modeRGB| :type |GLenum| :direction :in)
47 (:name |modeAlpha| :type |GLenum| :direction :in))
48 :category "ARB_draw_buffers_blend" :deprecated nil :version "1.2")
49 ("BlendEquationiARB" blend-equation-i-arb :return "void" :args
50 ((:name |buf| :type |UInt32| :direction :in)
51 (:name |mode| :type |GLenum| :direction :in))
52 :category "ARB_draw_buffers_blend" :deprecated nil :version "1.2")))