Function sdl2_sys::SDL_RenderTargetSupported
source ยท pub unsafe extern "C" fn SDL_RenderTargetSupported(
renderer: *mut SDL_Renderer,
) -> SDL_bool
Expand description
\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.