Metal.Size
Represents the dimensions of a grid, region, or threadgroup. See MTLSize.
type t = {
width : int;
height : int;
depth : int;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
type mtl
val sexp_of_mtl : mtl -> Sexplib0.Sexp.t
val from_struct : mtl -> t
val to_value : t -> mtl
val make : width:int -> height:int -> depth:int -> mtl