Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_depth_bounds_test.lisp
blob49b6a929d2ce405dd3005580937f8ac1fbbb8fd8
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 (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")))