Struct radiant_rs::RenderTarget [] [src]

pub struct RenderTarget(_);

An opaque type representing rendering targets like Display or Texture.

Methods

impl RenderTarget
[src]

[src]

Creates a null rendertarget.

Trait Implementations

impl Clone for RenderTarget
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsRenderTarget for RenderTarget
[src]

[src]

Returns a RenderTarget representing a texture or a frame.