Trait lyon_tessellation::geometry_builder::MaxIndex
source · pub trait MaxIndex {
const MAX: usize;
}
Expand description
Provides the maximum value of an index.
This should be the maximum value representable by the index type up to u32::MAX because the tessellators can’t internally represent more than u32::MAX indices.
Required Associated Constants§
Object Safety§
This trait is not object safe.