Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-ext_blend_subtract.lisp
blobb38845318c2752a06937888b62cf3ae4eece2d71
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)