package graphv_webgl_impl

  1. Overview
  2. Docs

Module Graphv_webgl_impl.DynSource

Sourcetype underlying = Buffer.Float.t
Sourcetype t = {
  1. mutable arr : Buffer.Float.t;
  2. mutable size : int;
}
Sourceval create : int -> t
Sourceval unsafe_array : t -> underlying
Sourceval length : t -> int
Sourceval capacity : t -> int
Sourceval set : t -> int -> float -> unit
Sourceval get : t -> int -> float
Sourceval clear : t -> unit
Sourceval add_range : t -> int -> int
Sourcemodule Sub : sig ... end