sig
  type t = Fbuf.Rbuf.t
  val create : ?multisample:int -> Gg.size2 -> Tex.sample_format -> t
  val multisample : t -> int option
  val size2 : t -> Gg.size2
  val sample_format : t -> Tex.sample_format
  val binfo : t -> Lit.Renderer.Private.BInfo.t
  val set_binfo : t -> Lit.Renderer.Private.BInfo.t -> unit
end