Function sdl2_sys::SDL_GetRenderTarget
source ยท pub unsafe extern "C" fn SDL_GetRenderTarget(
renderer: *mut SDL_Renderer,
) -> *mut SDL_Texture
Expand description
\brief Get the current render target or NULL for the default render target.
\return The current render target
\sa SDL_SetRenderTarget()