Type Definition sdl2::render::SurfaceCanvas

source ·
pub type SurfaceCanvas<'s> = Canvas<Surface<'s>>;
Expand description

Alias for a Canvas that was created out of a Surface