Struct gfx_device_gl::OutputMerger [] [src]

pub struct OutputMerger {
    pub draw_mask: u32,
    pub stencil: Option<Stencil>,
    pub depth: Option<Depth>,
    pub colors: [Color; 4],
}

Fields

Trait Implementations

impl Copy for OutputMerger
[src]

impl Clone for OutputMerger
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for OutputMerger
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for OutputMerger
[src]

impl Hash for OutputMerger
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for OutputMerger
[src]

[src]

Formats the value using the given formatter.