Module Fb.Plane

type 'handle t = {
  1. handle : 'handle;
  2. pitch : int;
  3. offset : int;
}
val v : pitch:int -> ?offset:int -> Buffer.id -> Buffer.id t
val pp_opt : Buffer.id option t Fmt.t