Module Gpu.Origin_2d

2D origins.

type t

The type for GPUOrigin2D objects.

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

v constructs a GPUOrigin2D object with given parameters.