Module Gpu.Origin_3d

3D origins.

type t

The type for GPUOrigin3D objects.

val v : x:int -> y:int -> z:int -> t

v constructs a GPUOrigin3D object with given parameters.