Gpu.AdapterAdapters.
module Info : sig ... endAdapter info
The type for GPUAdapter objects.
val has_feature : t -> Feature_name.t -> boolhas_feature a n is true iff n is a features of a.
val limits : t -> Supported_limits.tlimits a are the limits of a.
val is_fallback_adapter : t -> boolis_fallback_adapter a indicates if a is a fallback adapter.
val request_device :
?descriptor:Device.Descriptor.t ->
t ->
Device.t Fut.or_errorrequest_device a requests the device of a.
val request_adapter_info : t -> unmask_hints:Jstr.t list -> Info.t Fut.or_errorrequest_adapter_info a ~unmask_hints requests the adapter info of a.