Added FTGL for convenience
[cl-glfw.git] / lib / opengl-amd_draw_buffers_blend.lisp
blobae9ef7e0e10504cc7abd6d25feab542d10f53f55
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")