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 +constant-color
+ #x8001
)
8 (defconstant +one-minus-constant-color
+ #x8002
)
9 (defconstant +constant-alpha
+ #x8003
)
10 (defconstant +one-minus-constant-alpha
+ #x8004
)
11 (defconstant +blend-color
+ #x8005
)
12 (defconstant +func-add
+ #x8006
)
13 (defconstant +min
+ #x8007
)
14 (defconstant +max
+ #x8008
)
15 (defconstant +blend-equation
+ #x8009
)
16 (defconstant +func-subtract
+ #x800A
)
17 (defconstant +func-reverse-subtract
+ #x800B
)