Make a named block for do-window so you can return-from it.
[cl-glfw.git] / lib / opengl-amd_draw_buffers_blend.lisp
blob246dd47dede9862339f72be2bbbbaf8ea99862f2
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 ;;;; amd_draw_buffers_blend
7 (defglextfun "BlendEquationSeparateIndexedAMD"
8 blend-equation-separate-indexed-amd :return "void" :args
9 ((:name |buf| :type |UInt32| :direction :in)
10 (:name |modeRGB| :type |GLenum| :direction :in)
11 (:name |modeAlpha| :type |GLenum| :direction :in))
12 :category "AMD_draw_buffers_blend" :deprecated nil :version "2.0")
13 (defglextfun "BlendEquationIndexedAMD" blend-equation-indexed-amd :return
14 "void" :args
15 ((:name |buf| :type |UInt32| :direction :in)
16 (:name |mode| :type |GLenum| :direction :in))
17 :category "AMD_draw_buffers_blend" :deprecated nil :version "2.0")
18 (defglextfun "BlendFuncSeparateIndexedAMD" blend-func-separate-indexed-amd
19 :return "void" :args
20 ((:name |buf| :type |UInt32| :direction :in)
21 (:name |srcRGB| :type |GLenum| :direction :in)
22 (:name |dstRGB| :type |GLenum| :direction :in)
23 (:name |srcAlpha| :type |GLenum| :direction :in)
24 (:name |dstAlpha| :type |GLenum| :direction :in))
25 :category "AMD_draw_buffers_blend" :deprecated nil :version "2.0")
26 (defglextfun "BlendFuncIndexedAMD" blend-func-indexed-amd :return "void" :args
27 ((:name |buf| :type |UInt32| :direction :in)
28 (:name |src| :type |GLenum| :direction :in)
29 (:name |dst| :type |GLenum| :direction :in))
30 :category "AMD_draw_buffers_blend" :deprecated nil :version "2.0")
31 (make-extension-loader |AMD_draw_buffers_blend|
32 (("BlendEquationSeparateIndexedAMD" blend-equation-separate-indexed-amd
33 :return "void" :args
34 ((:name |buf| :type |UInt32| :direction :in)
35 (:name |modeRGB| :type |GLenum| :direction :in)
36 (:name |modeAlpha| :type |GLenum| :direction :in))
37 :category "AMD_draw_buffers_blend" :deprecated nil :version "2.0")
38 ("BlendEquationIndexedAMD" blend-equation-indexed-amd :return "void" :args
39 ((:name |buf| :type |UInt32| :direction :in)
40 (:name |mode| :type |GLenum| :direction :in))
41 :category "AMD_draw_buffers_blend" :deprecated nil :version "2.0")
42 ("BlendFuncSeparateIndexedAMD" blend-func-separate-indexed-amd :return "void"
43 :args
44 ((:name |buf| :type |UInt32| :direction :in)
45 (:name |srcRGB| :type |GLenum| :direction :in)
46 (:name |dstRGB| :type |GLenum| :direction :in)
47 (:name |srcAlpha| :type |GLenum| :direction :in)
48 (:name |dstAlpha| :type |GLenum| :direction :in))
49 :category "AMD_draw_buffers_blend" :deprecated nil :version "2.0")
50 ("BlendFuncIndexedAMD" blend-func-indexed-amd :return "void" :args
51 ((:name |buf| :type |UInt32| :direction :in)
52 (:name |src| :type |GLenum| :direction :in)
53 (:name |dst| :type |GLenum| :direction :in))
54 :category "AMD_draw_buffers_blend" :deprecated nil :version "2.0")))