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 +src1-alpha
+ #x8589
)
13 (defconstant +one-minus-src1-color
+ #x88FA
)
14 (defconstant +one-minus-src1-alpha
+ #x88FB
)
15 (defconstant +max-dual-source-draw-buffers
+ #x88FC
)
16 (defglextfun "GetFragDataIndex" get-frag-data-index
:return
"Int32" :args
17 ((:name |program|
:type |UInt32|
:direction
:in
)
18 (:name |name|
:type |Char|
:direction
:in
:array t
))
19 :category
"ARB_blend_func_extended" :deprecated nil
:version
"1.2")
20 (defglextfun "BindFragDataLocationIndexed" bind-frag-data-location-indexed
22 ((:name |program|
:type |UInt32|
:direction
:in
)
23 (:name |colorNumber|
:type |UInt32|
:direction
:in
)
24 (:name |index|
:type |UInt32|
:direction
:in
)
25 (:name |name|
:type |Char|
:direction
:in
:array t
))
26 :category
"ARB_blend_func_extended" :deprecated nil
:version
"1.2")
27 (make-extension-loader |ARB_blend_func_extended|
28 (("GetFragDataIndex" get-frag-data-index
:return
"Int32" :args
29 ((:name |program|
:type |UInt32|
:direction
:in
)
30 (:name |name|
:type |Char|
:direction
:in
:array t
))
31 :category
"ARB_blend_func_extended" :deprecated nil
:version
"1.2")
32 ("BindFragDataLocationIndexed" bind-frag-data-location-indexed
:return
"void"
34 ((:name |program|
:type |UInt32|
:direction
:in
)
35 (:name |colorNumber|
:type |UInt32|
:direction
:in
)
36 (:name |index|
:type |UInt32|
:direction
:in
)
37 (:name |name|
:type |Char|
:direction
:in
:array t
))
38 :category
"ARB_blend_func_extended" :deprecated nil
:version
"1.2")))