Struct glium::index::NoIndices [] [src]

pub struct NoIndices(pub PrimitiveType);

Marker that can be used as an indices source when you don't need indices.

If you use this, then the primitives will be constructed using the order in which the vertices are in the vertices sources.

Trait Implementations

impl Debug for NoIndices
[src]

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

Formats the value using the given formatter.

impl Clone for NoIndices
[src]

fn clone(&self) -> NoIndices

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for NoIndices
[src]