Module Metal_api.Library

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