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 ;;;; ext_blend_subtract
7 (defconstant +func-subtract
+ #x800A
)
8 (defconstant +func-reverse-subtract
+ #x800B
)
9 (defconstant +func-add-oes
+ #x8006
)
10 (defconstant +blend-equation-oes
+ #x8009
)
11 (defconstant +func-subtract-oes
+ #x800A
)
12 (defconstant +func-reverse-subtract-oes
+ #x800B
)