Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-arb_texture_swizzle.lisp
blob384b60c6b3410cf135d8822ec1f884aa8c7ea157
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_swizzle
7 (defconstant +texture-swizzle-r+ #x8E42)
8 (defconstant +texture-swizzle-g+ #x8E43)
9 (defconstant +texture-swizzle-b+ #x8E44)
10 (defconstant +texture-swizzle-a+ #x8E45)
11 (defconstant +texture-swizzle-rgba+ #x8E46)
12 (defconstant +texture-swizzle-r+ #x8E42)
13 (defconstant +texture-swizzle-g+ #x8E43)
14 (defconstant +texture-swizzle-b+ #x8E44)
15 (defconstant +texture-swizzle-a+ #x8E45)
16 (defconstant +texture-swizzle-rgba+ #x8E46)