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