Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-ext_depth_bounds_test.lisp
blob3ae3edd72e1d5951714f2c87749362a988c54f79
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_depth_bounds_test
7 (defconstant +depth-bounds-test-ext+ #x8890)
8 (defconstant +depth-bounds-ext+ #x8891)
9 (defconstant +array-buffer+ #x8892)
10 (defconstant +element-array-buffer+ #x8893)
11 (defconstant +array-buffer-binding+ #x8894)
12 (defconstant +element-array-buffer-binding+ #x8895)
13 (defconstant +vertex-array-buffer-binding+ #x8896)
14 (defconstant +normal-array-buffer-binding+ #x8897)
15 (defconstant +color-array-buffer-binding+ #x8898)
16 (defconstant +index-array-buffer-binding+ #x8899)
17 (defconstant +texture-coord-array-buffer-binding+ #x889A)
18 (defconstant +edge-flag-array-buffer-binding+ #x889B)
19 (defconstant +secondary-color-array-buffer-binding+ #x889C)
20 (defconstant +fog-coord-array-buffer-binding+ #x889D)
21 (defconstant +fog-coordinate-array-buffer-binding+ #x889D)
22 (defconstant +weight-array-buffer-binding+ #x889E)
23 (defconstant +vertex-attrib-array-buffer-binding+ #x889F)
24 (defconstant +depth-bounds-test-ext+ #x8890)
25 (defconstant +depth-bounds-ext+ #x8891)
26 (defglextfun "DepthBoundsEXT" depth-bounds-ext :return "void" :args
27 ((:name |zmin| :type |ClampedFloat64| :direction :in)
28 (:name |zmax| :type |ClampedFloat64| :direction :in))
29 :category "EXT_depth_bounds_test" :deprecated nil :version "1.2")
30 (make-extension-loader |EXT_depth_bounds_test|
31 (("DepthBoundsEXT" depth-bounds-ext :return "void" :args
32 ((:name |zmin| :type |ClampedFloat64| :direction :in)
33 (:name |zmax| :type |ClampedFloat64| :direction :in))
34 :category "EXT_depth_bounds_test" :deprecated nil :version "1.2")))