Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-mesa_trace.lisp
blob1d5f349b8d1f35c76866e3a9335723cc5e688b6c
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 ;;;; mesa_trace
7 (defconstant +trace-all-bits-mesa+ #xFFFF)
8 (defconstant +trace-operations-bit-mesa+ #x1)
9 (defconstant +trace-primitives-bit-mesa+ #x2)
10 (defconstant +trace-arrays-bit-mesa+ #x4)
11 (defconstant +trace-textures-bit-mesa+ #x8)
12 (defconstant +trace-pixels-bit-mesa+ #x10)
13 (defconstant +trace-errors-bit-mesa+ #x20)
14 (defconstant +trace-mask-mesa+ #x8755)
15 (defconstant +trace-name-mesa+ #x8756)