4 ;;;; EXT_depth_bounds_test
6 (defconstant +depth-bounds-test-ext
+ #x8890
)
7 (defconstant +depth-bounds-ext
+ #x8891
)
9 (("DepthBoundsEXT" depth-bounds-ext
) :args
10 ((:name |zmin|
:type |ClampedFloat64|
:direction
:in
)
11 (:name |zmax|
:type |ClampedFloat64|
:direction
:in
))
12 :return
("void") :category
("EXT_depth_bounds_test") :version
("1.2")
13 :extension nil
:glxropcode
("4229") :glsopcode
("?") :offset
("699")))