Type Alias Attributes
pub type Attributes<'l> = &'l [f32];Available on crate feature
canvas only.Expand description
An alias for a slice of f32 values.
pub type Attributes<'l> = &'l [f32];canvas only.An alias for a slice of f32 values.