Enum mallumo_gls::framebuffer::DepthStencilOption [] [src]

pub enum DepthStencilOption<'a> {
    Separate {
        depth: DrawTextureAttachOption<'a>,
        stencil: DrawTextureAttachOption<'a>,
    },
    Together(DrawTextureAttachOption<'a>),
}

Variants

Fields of Separate

Trait Implementations

impl<'a> Default for DepthStencilOption<'a>
[src]

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