[][src]Struct luminance::pipeline::TessGate

pub struct TessGate<'a, C> where
    C: ?Sized
{ /* fields omitted */ }

Render tessellations.

Methods

impl<'a, C: ?Sized> TessGate<'a, C> where
    C: GraphicsContext
[src]

pub fn render<'b, T>(&'b mut self, tess: T) where
    T: Into<TessSlice<'b>>, 
[src]

Render a tessellation.

Auto Trait Implementations

impl<'a, C: ?Sized> Send for TessGate<'a, C> where
    C: Send

impl<'a, C: ?Sized> Unpin for TessGate<'a, C>

impl<'a, C: ?Sized> Sync for TessGate<'a, C> where
    C: Sync

impl<'a, C> !UnwindSafe for TessGate<'a, C>

impl<'a, C: ?Sized> RefUnwindSafe for TessGate<'a, C> where
    C: RefUnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]