Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-arb_gpu_shader5.lisp
blob96f9f82056998b87b955cc3edef9a697d706f736
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_gpu_shader5
7 (defconstant +max-geometry-shader-invocations+ #x8E5A)
8 (defconstant +min-fragment-interpolation-offset+ #x8E5B)
9 (defconstant +max-fragment-interpolation-offset+ #x8E5C)
10 (defconstant +fragment-interpolation-offset-bits+ #x8E5D)
11 (defconstant +geometry-shader-invocations+ #x887F)
12 (defconstant +max-geometry-shader-invocations+ #x8E5A)
13 (defconstant +min-fragment-interpolation-offset+ #x8E5B)
14 (defconstant +max-fragment-interpolation-offset+ #x8E5C)
15 (defconstant +fragment-interpolation-offset-bits+ #x8E5D)
16 (defconstant +max-vertex-streams+ #x8E71)