Module Metal.FunctionType

Identifies the type of a Metal function. See MTLFunctionType.

type t =
  1. | Vertex
  2. | Fragment
  3. | Kernel
  4. | Visible
  5. | Intersection
  6. | Mesh
  7. | Object
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_ulong : t -> Unsigned.ulong
val from_ulong : Unsigned.ulong -> t