Trait sdl2::render::RenderTarget
source · pub trait RenderTarget {
type Context;
}
Expand description
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.