Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ext_depth_bounds_test.lisp
blob143bfa1d4e3808992cd313c5cdcb91c687193642
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-attrib-array-buffer-binding+ #x889F)
14 (defconstant +depth-bounds-test-ext+ #x8890)
15 (defconstant +depth-bounds-ext+ #x8891)
16 (defglextfun "DepthBoundsEXT" depth-bounds-ext :return "void" :args
17 ((:name |zmin| :type |ClampedFloat64| :direction :in)
18 (:name |zmax| :type |ClampedFloat64| :direction :in))
19 :category "EXT_depth_bounds_test" :deprecated nil :version "1.2")
20 (make-extension-loader |EXT_depth_bounds_test|
21 (("DepthBoundsEXT" depth-bounds-ext :return "void" :args
22 ((:name |zmin| :type |ClampedFloat64| :direction :in)
23 (:name |zmax| :type |ClampedFloat64| :direction :in))
24 :category "EXT_depth_bounds_test" :deprecated nil :version "1.2")))