dfeb60862ef944aa88bb174029e9aced06abe580
[cl-glfw.git] / lib / opengl-arb_blend_func_extended.lisp
blobdfeb60862ef944aa88bb174029e9aced06abe580
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_blend_func_extended
7 (defconstant +src1-color+ #x88F9)
8 (defconstant +one-minus-src1-color+ #x88FA)
9 (defconstant +one-minus-src1-alpha+ #x88FB)
10 (defconstant +max-dual-source-draw-buffers+ #x88FC)
11 (defconstant +src1-color+ #x88F9)
12 (defconstant +one-minus-src1-color+ #x88FA)
13 (defconstant +one-minus-src1-alpha+ #x88FB)
14 (defconstant +max-dual-source-draw-buffers+ #x88FC)
15 (defglextfun "GetFragDataIndex" get-frag-data-index :return "Int32" :args
16 ((:name |program| :type |UInt32| :direction :in)
17 (:name |name| :type |Char| :direction :in :array t))
18 :category "ARB_blend_func_extended" :deprecated nil :version "1.2")
19 (defglextfun "BindFragDataLocationIndexed" bind-frag-data-location-indexed
20 :return "void" :args
21 ((:name |program| :type |UInt32| :direction :in)
22 (:name |colorNumber| :type |UInt32| :direction :in)
23 (:name |index| :type |UInt32| :direction :in)
24 (:name |name| :type |Char| :direction :in :array t))
25 :category "ARB_blend_func_extended" :deprecated nil :version "1.2")
26 (make-extension-loader |ARB_blend_func_extended|
27 (("GetFragDataIndex" get-frag-data-index :return "Int32" :args
28 ((:name |program| :type |UInt32| :direction :in)
29 (:name |name| :type |Char| :direction :in :array t))
30 :category "ARB_blend_func_extended" :deprecated nil :version "1.2")
31 ("BindFragDataLocationIndexed" bind-frag-data-location-indexed :return "void"
32 :args
33 ((:name |program| :type |UInt32| :direction :in)
34 (:name |colorNumber| :type |UInt32| :direction :in)
35 (:name |index| :type |UInt32| :direction :in)
36 (:name |name| :type |Char| :direction :in :array t))
37 :category "ARB_blend_func_extended" :deprecated nil :version "1.2")))