[][src]Trait sdl2::render::RenderTarget

pub trait RenderTarget {
    type Context;
}

Represents structs which can be the target of a SDL_Renderer (or Canvas).

This is intended for internal use only. It should not be used outside of this crate, but is still visible for documentation reasons.

Associated Types

type Context

Loading content...

Implementors

impl RenderTarget for Window[src]

impl<'s> RenderTarget for Surface<'s>[src]

Loading content...