Metal_api.Library
type t = {
handle : Metal_types.mtl_library;
device : Device.t;
}
val create_from_source : Device.t -> string -> t
val release : t -> unit
val get_function : t -> string -> Metal_types.mtl_function