Struct luminance::tess::TessRender [] [src]

pub struct TessRender<'a> { /* fields omitted */ }

Tessellation render.

Methods

impl<'a> TessRender<'a>
[src]

Create a tessellation render for the whole tessellation once.

Create a tessellation render for a part of the tessellation once. The part is selected by giving the number of vertices to render. This function can then be used to use the tessellation’s vertex buffer as one see fit.

Panic

Panic if the number of vertices is higher to the capacity of the tessellation’s vertex buffer.

Trait Implementations

impl<'a> Clone for TessRender<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more