type t
Type of a render target
type t
val size : t -> OgamlMath.Vector2i.t
val context : t -> Context.t
val clear : ?color:Color.t option -> ?depth:bool -> ?stencil:bool -> t -> unit
val bind : t -> DrawParameter.t -> unit