Struct amethyst_renderer::ConstantColorTexture [] [src]

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

Tiny 1x1 texture that can be used to store constant colors.

Methods

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

Create a new ConstantColorTexture from the given factory.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more