Trait lyon_tessellation::geometry_builder::MaxIndex[][src]

pub trait MaxIndex {
    const MAX: usize;
}

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.

Associated Constants

Loading content...

Implementations on Foreign Types

impl MaxIndex for u8[src]

impl MaxIndex for i8[src]

impl MaxIndex for u16[src]

impl MaxIndex for i16[src]

impl MaxIndex for u32[src]

impl MaxIndex for i32[src]

impl MaxIndex for u64[src]

impl MaxIndex for i64[src]

impl MaxIndex for usize[src]

impl MaxIndex for isize[src]

Loading content...

Implementors

Loading content...