Struct amethyst_renderer::DrawFlatSeparate [] [src]

pub struct DrawFlatSeparate;

Draw mesh without lighting

Methods

impl DrawFlatSeparate where
    Self: Pass
[src]

[src]

Create instance of DrawFlat pass

Trait Implementations

impl Default for DrawFlatSeparate where
    Self: Pass
[src]

[src]

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

impl Clone for DrawFlatSeparate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DrawFlatSeparate
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DrawFlatSeparate
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl<'a> PassData<'a> for DrawFlatSeparate
[src]

impl Pass for DrawFlatSeparate
[src]

[src]

The pass is given an opportunity to compile shaders and store them in an Effect which is then passed to the pass in apply. Read more

[src]

Called whenever the renderer is ready to apply the pass. Feed commands into the encoder here. Read more