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
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")