Struct sdl2::surface::SurfaceContext [−][src]
pub struct SurfaceContext<'a> { /* fields omitted */ }Expand description
Holds a SDL_Surface
When the SurfaceContext is dropped, it frees the SDL_Surface
INTERNAL USE ONLY