Metal.FunctionRepresents a single, named function (shader or kernel) within a Metal library. See MTLFunction.
val sexp_of_t : t -> Sexplib0.Sexp.tval set_label : t -> string -> unitval get_label : t -> stringval get_function_type : t -> FunctionType.tval get_name : t -> stringGets the name of the function as defined in the source code.
val get_options : t -> Unsigned.ULLong.tGets the options the function was created with (MTLFunctionOptions).