Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-arb_texture_env_combine.lisp
blob87d3b9e6fa9ab21f4a476073af3c7e789930644b
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_texture_env_combine
7 (defconstant +subtract-arb+ #x84E7)
8 (defconstant +combine-arb+ #x8570)
9 (defconstant +combine-rgb-arb+ #x8571)
10 (defconstant +combine-alpha-arb+ #x8572)
11 (defconstant +source0-rgb-arb+ #x8580)
12 (defconstant +source1-rgb-arb+ #x8581)
13 (defconstant +source2-rgb-arb+ #x8582)
14 (defconstant +source0-alpha-arb+ #x8588)
15 (defconstant +source1-alpha-arb+ #x8589)
16 (defconstant +source2-alpha-arb+ #x858A)
17 (defconstant +operand0-rgb-arb+ #x8590)
18 (defconstant +operand1-rgb-arb+ #x8591)
19 (defconstant +operand2-rgb-arb+ #x8592)
20 (defconstant +operand0-alpha-arb+ #x8598)
21 (defconstant +operand1-alpha-arb+ #x8599)
22 (defconstant +operand2-alpha-arb+ #x859A)
23 (defconstant +rgb-scale-arb+ #x8573)
24 (defconstant +add-signed-arb+ #x8574)
25 (defconstant +interpolate-arb+ #x8575)
26 (defconstant +subtract-arb+ #x84E7)
27 (defconstant +constant-arb+ #x8576)
28 (defconstant +primary-color-arb+ #x8577)
29 (defconstant +previous-arb+ #x8578)