Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-ext_texture_array.lisp
blob046bf9c3c5b3aae993326c93b546f5ca4af44c9f
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_texture_array
7 (defconstant +texture-1d-array-ext+ #x8C18)
8 (defconstant +proxy-texture-1d-array-ext+ #x8C19)
9 (defconstant +texture-2d-array-ext+ #x8C1A)
10 (defconstant +proxy-texture-2d-array-ext+ #x8C1B)
11 (defconstant +texture-binding-1d-array-ext+ #x8C1C)
12 (defconstant +texture-binding-2d-array-ext+ #x8C1D)
13 (defconstant +texture-1d-array-ext+ #x8C18)
14 (defconstant +proxy-texture-1d-array-ext+ #x8C19)
15 (defconstant +texture-2d-array-ext+ #x8C1A)
16 (defconstant +proxy-texture-2d-array-ext+ #x8C1B)
17 (defconstant +texture-binding-1d-array-ext+ #x8C1C)
18 (defconstant +texture-binding-2d-array-ext+ #x8C1D)
19 (defconstant +max-array-texture-layers-ext+ #x88FF)
20 (defconstant +compare-ref-depth-to-texture-ext+ #x884E)
21 (defconstant +framebuffer-attachment-texture-layer-ext+ #x8CD4)