package graphv_gles2_native_impl

  1. Overview
  2. Docs
type t = {
  1. mutable first : int;
  2. mutable count : int;
  3. mutable closed : bool;
  4. mutable nbevel : int;
  5. mutable fill : VertexBuffer.Sub.t;
  6. mutable stroke : VertexBuffer.Sub.t;
  7. mutable winding : Graphv_core_lib.Winding.t;
  8. mutable convex : bool;
}
val empty_sub : Dyn.Sub.sub
val create : unit -> t
val reset : t -> unit