Module 1-Gl.Dyn
type 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