Metal.PipelineOption
Options controlling pipeline state creation. See MTLPipelineOption.
type t
val sexp_of_t : t -> Sexplib0.Sexp.t
val none : t
val argument_info : t
val buffer_type_info : t
val fail_on_binary_archive_miss : t
Fail creation if compiled code is not in binary archive.
val (+) : t -> t -> t
Combines pipeline options using bitwise OR.