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

Methods

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

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

[src]

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

Auto Trait Implementations

impl<'a> !Send for DrawTextureTarget<'a>

impl<'a> !Sync for DrawTextureTarget<'a>