Struct radiant_rs::RenderTarget[][src]

pub struct RenderTarget(_);

An opaque type representing rendering targets like Display or Texture.

Methods

impl RenderTarget
[src]

Creates a null rendertarget.

Trait Implementations

impl Clone for RenderTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRenderTarget for RenderTarget
[src]

Returns a RenderTarget representing a texture or a frame.

impl Debug for RenderTarget
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for RenderTarget

impl !Sync for RenderTarget