[−][src]Function sdl2_sys::SDL_RenderTargetSupported
pub unsafe extern "C" fn SDL_RenderTargetSupported(
renderer: *mut SDL_Renderer
) -> SDL_bool
\brief Determines whether a window supports the use of render targets
\param renderer The renderer that will be checked
\return SDL_TRUE if supported, SDL_FALSE if not.