Struct nannou::draw::IntermediaryMesh[][src]

pub struct IntermediaryMesh<S> { /* fields omitted */ }

An intermediary mesh to which drawings-in-progress may store vertex data and indices until they are submitted to the Draw's inner mesh.

Methods

impl<S> IntermediaryMesh<S>
[src]

Clears all buffers.

Trait Implementations

impl<S: Clone> Clone for IntermediaryMesh<S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: Debug> Debug for IntermediaryMesh<S>
[src]

Formats the value using the given formatter. Read more

impl<S> Default for IntermediaryMesh<S>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<S> Send for IntermediaryMesh<S> where
    S: Send

impl<S> Sync for IntermediaryMesh<S> where
    S: Sync