Struct gfx_draping::RenderablePolygonIndices [] [src]

pub struct RenderablePolygonIndices<R: Resources> { /* fields omitted */ }

A set of index buffer handles ready for rendering.

Methods

impl<R: Resources> RenderablePolygonIndices<R>
[src]

[src]

Prepare a PolygonBufferIndices for rendering.

Trait Implementations

impl<R: Clone + Resources> Clone for RenderablePolygonIndices<R>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<R: Debug + Resources> Debug for RenderablePolygonIndices<R>
[src]

[src]

Formats the value using the given formatter.