Module Gpu.Extent_3d

3D extents.

type t

The type for GPUExtent3D objects

val v : ?h:int -> ?d:int -> w:int -> unit -> t

v constructs a GPUExtent3D object with given parameters.