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
)
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")))