Enum radiant_rs::RenderTarget [] [src]

pub enum RenderTarget {
    None,
    Display(Display),
    Texture(Texture),
}

An enum of render target type instances.

Variants

Trait Implementations

impl Clone for RenderTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more