Trait bevy_retrograde::core::luminance::backend::tess::VertexSlice[]

pub unsafe trait VertexSlice<V, I, W, S, T>: Tess<V, I, W, S> where
    V: TessVertexData<S>,
    S: ?Sized,
    W: TessVertexData<S>,
    I: TessIndex
{ type VertexSliceRepr: Deref; type VertexSliceMutRepr: DerefMut; unsafe fn vertices(
        tess: &mut Self::TessRepr
    ) -> Result<Self::VertexSliceRepr, TessMapError>;
unsafe fn vertices_mut(
        tess: &mut Self::TessRepr
    ) -> Result<Self::VertexSliceMutRepr, TessMapError>; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors