Struct gfx_device_gl::OutputMerger [] [src]

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

Fields

draw_mask
stencil
depth
colors

Trait Implementations

Derived Implementations

impl Debug for OutputMerger

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

impl Hash for OutputMerger

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for OutputMerger

impl PartialEq for OutputMerger

fn eq(&self, __arg_0: &OutputMerger) -> bool

fn ne(&self, __arg_0: &OutputMerger) -> bool

impl Clone for OutputMerger

fn clone(&self) -> OutputMerger

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

impl Copy for OutputMerger