Module Gles2.Dyn
type t= Graphv_core_lib__Dyn.Make(Buffer).ttype underlying= Buffer.Float.t
val create : int -> tval clear : t -> unitval get : t -> int -> floatval set : t -> int -> float -> unitval capacity : t -> intval length : t -> intval add_range : t -> int -> intval unsafe_array : t -> underlying
module Sub : sig ... end