1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl
)
7 (defconstant +func-add
+ #x8006
)
8 (defconstant +min
+ #x8007
)
9 (defconstant +max
+ #x8008
)
10 (defconstant +blend-equation
+ #x8009
)
11 (defconstant +blend-equation-rgb
+ #x8009
)
12 (defconstant +blend-equation-rgb-ext
+ #x8009
)
13 (defconstant +blend-equation-rgb-oes
+ #x8009
)
14 (defglextfun "BlendEquationEXT" blend-equation-ext
:return
"void" :args
15 ((:name |mode|
:type |BlendEquationModeEXT|
:direction
:in
)) :category
16 "EXT_blend_minmax" :deprecated nil
:version
"1.0")
17 (make-extension-loader |EXT_blend_minmax|
18 (("BlendEquationEXT" blend-equation-ext
:return
"void" :args
19 ((:name |mode|
:type |BlendEquationModeEXT|
:direction
:in
)) :category
20 "EXT_blend_minmax" :deprecated nil
:version
"1.0")))