package graphv_webgl_impl

  1. Overview
  2. Docs

Module Graphv_webgl_impl.PathSource

Sourcetype 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;
}
Sourceval empty_sub : Dyn.Sub.sub
Sourceval create : unit -> t
Sourceval reset : t -> unit