Trait RenderTarget
pub trait RenderTarget {
type Context;
}
Available on crate feature
dep_sdl2
only.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.