Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-arb_imaging_deprecated.lisp
blob6fa509a72f3796bc9abd1bbf4494a027a71bccf2
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_imaging_deprecated
7 (defconstant +convolution-1d+ #x8010)
8 (defconstant +convolution-2d+ #x8011)
9 (defconstant +separable-2d+ #x8012)
10 (defconstant +convolution-border-mode+ #x8013)
11 (defconstant +convolution-filter-scale+ #x8014)
12 (defconstant +convolution-filter-bias+ #x8015)
13 (defconstant +reduce+ #x8016)
14 (defconstant +convolution-format+ #x8017)
15 (defconstant +convolution-width+ #x8018)
16 (defconstant +convolution-height+ #x8019)
17 (defconstant +max-convolution-width+ #x801A)
18 (defconstant +max-convolution-height+ #x801B)
19 (defconstant +post-convolution-red-scale+ #x801C)
20 (defconstant +post-convolution-green-scale+ #x801D)
21 (defconstant +post-convolution-blue-scale+ #x801E)
22 (defconstant +post-convolution-alpha-scale+ #x801F)
23 (defconstant +post-convolution-red-bias+ #x8020)
24 (defconstant +post-convolution-green-bias+ #x8021)
25 (defconstant +post-convolution-blue-bias+ #x8022)
26 (defconstant +post-convolution-alpha-bias+ #x8023)
27 (defconstant +histogram+ #x8024)
28 (defconstant +proxy-histogram+ #x8025)
29 (defconstant +histogram-width+ #x8026)
30 (defconstant +histogram-format+ #x8027)
31 (defconstant +histogram-red-size+ #x8028)
32 (defconstant +histogram-green-size+ #x8029)
33 (defconstant +histogram-blue-size+ #x802A)
34 (defconstant +histogram-alpha-size+ #x802B)
35 (defconstant +histogram-luminance-size+ #x802C)
36 (defconstant +histogram-sink+ #x802D)
37 (defconstant +minmax+ #x802E)
38 (defconstant +minmax-format+ #x802F)
39 (defconstant +minmax-sink+ #x8030)
40 (defconstant +table-too-large+ #x8031)
41 (defconstant +color-matrix+ #x80B1)
42 (defconstant +color-matrix-stack-depth+ #x80B2)
43 (defconstant +max-color-matrix-stack-depth+ #x80B3)
44 (defconstant +post-color-matrix-red-scale+ #x80B4)
45 (defconstant +post-color-matrix-green-scale+ #x80B5)
46 (defconstant +post-color-matrix-blue-scale+ #x80B6)
47 (defconstant +post-color-matrix-alpha-scale+ #x80B7)
48 (defconstant +post-color-matrix-red-bias+ #x80B8)
49 (defconstant +post-color-matrix-green-bias+ #x80B9)
50 (defconstant +post-color-matrix-blue-bias+ #x80BA)
51 (defconstant +post-color-matrix-alpha-bias+ #x80BB)
52 (defconstant +color-table+ #x80D0)
53 (defconstant +post-convolution-color-table+ #x80D1)
54 (defconstant +post-color-matrix-color-table+ #x80D2)
55 (defconstant +proxy-color-table+ #x80D3)
56 (defconstant +proxy-post-convolution-color-table+ #x80D4)
57 (defconstant +proxy-post-color-matrix-color-table+ #x80D5)
58 (defconstant +color-table-scale+ #x80D6)
59 (defconstant +color-table-bias+ #x80D7)
60 (defconstant +color-table-format+ #x80D8)
61 (defconstant +color-table-width+ #x80D9)
62 (defconstant +color-table-red-size+ #x80DA)
63 (defconstant +color-table-green-size+ #x80DB)
64 (defconstant +color-table-blue-size+ #x80DC)
65 (defconstant +color-table-alpha-size+ #x80DD)
66 (defconstant +color-table-luminance-size+ #x80DE)
67 (defconstant +color-table-intensity-size+ #x80DF)
68 (defconstant +constant-border+ #x8151)
69 (defconstant +replicate-border+ #x8153)
70 (defconstant +convolution-border-color+ #x8154)