Metal.FunctionType
Identifies the type of a Metal function. See MTLFunctionType.
type t =
| Vertex
| Fragment
| Kernel
| Visible
| Intersection
| Mesh
| Object
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_ulong : t -> Unsigned.ulong
val from_ulong : Unsigned.ulong -> t