Struct radiant_rs::RenderContext [] [src]

pub struct RenderContext(_);

A thread-safe render-context.

Required to load fonts or sprites and aquired from Renderer::context().

Methods

impl RenderContext
[src]

Retrieves the display associated with this rendercontext.

Trait Implementations

impl Clone for RenderContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Send for RenderContext
[src]

impl<'a> Sync for RenderContext
[src]