Kms.ResourcesThe set of resources provided by the hardware (excluding planes; see Plane.list).
type t = {fbs : Fb.id list;crtcs : Crtc.id list;connectors : Connector.id list;encoders : Encoder.id list;min_width : int;max_width : int;min_height : int;max_height : int;}val pp : t Fmt.t