Removed unused functions
[cl-glfw.git] / lib / opengl-ext_depth_bounds_test.lisp
blob08a96a07cf3d8a6d8d39e5587f31b4e531727464
1 ;;;; This file was automatically generated by nil
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 (defglextfun
10 (("DepthBoundsEXT" depth-bounds-ext) :args
11 ((:name |zmin| :type |ClampedFloat64| :direction :in)
12 (:name |zmax| :type |ClampedFloat64| :direction :in))
13 :return ("void") :category ("EXT_depth_bounds_test") :version ("1.2")
14 :extension nil :glxropcode ("4229") :glsopcode ("?") :offset ("699")))