Added Win+Mac notes. Some wishlist aswell.
[cl-glfw/jecs.git] / lib / opengl-ext_depth_bounds_test.lisp
blobb77669f345b7dd60963fed49dcbfae33fa77091e
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 "DepthBoundsEXT" depth-bounds-ext :return "void" :args
10 ((:name |zmin| :type |ClampedFloat64| :direction :in)
11 (:name |zmax| :type |ClampedFloat64| :direction :in))
12 :category "EXT_depth_bounds_test" :version "1.2")