Struct luminance::tessellation::Tessellation [] [src]

pub struct Tessellation<C> where C: HasTessellation {
    pub repr: C::Tessellation,
}

Fields

repr: C::Tessellation

Methods

impl<C> Tessellation<C> where C: HasTessellation
[src]

fn new<T>(mode: Mode, vertices: &[T], indices: Option<&[u32]>) -> Tessellation<C> where T: Vertex

Trait Implementations

impl<C: Debug> Debug for Tessellation<C> where C: HasTessellation, C::Tessellation: Debug
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl<C> Drop for Tessellation<C> where C: HasTessellation
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more