Struct mallumo_gls::framebuffer::DrawTextureTarget [] [src]

pub struct DrawTextureTarget<'a> {
    pub depth_stencil: DepthStencilOption<'a>,
    pub color0: DrawTextureAttachOption<'a>,
    pub color1: DrawTextureAttachOption<'a>,
    pub color2: DrawTextureAttachOption<'a>,
    pub color3: DrawTextureAttachOption<'a>,
    pub color4: DrawTextureAttachOption<'a>,
    pub color5: DrawTextureAttachOption<'a>,
    pub color6: DrawTextureAttachOption<'a>,
    pub color7: DrawTextureAttachOption<'a>,
}

Fields

Trait Implementations

impl<'a> Debug for DrawTextureTarget<'a>
[src]

Formats the value using the given formatter.

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

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