Struct sdl2::render::RendererContext [−][src]
pub struct RendererContext<T> { /* fields omitted */ }Expand description
Manages what keeps a SDL_Renderer alive
When the RendererContext is dropped, it destroys the SDL_Renderer
Implementations
Gets information about the rendering context.
Gets the raw pointer to the SDL_Renderer