Function sdl2_sys::SDL_RenderTargetSupported
source ยท pub unsafe extern "C" fn SDL_RenderTargetSupported(
renderer: *mut SDL_Renderer,
) -> SDL_bool
Expand description
Determine whether a renderer supports the use of render targets.
\param renderer the renderer that will be checked \returns SDL_TRUE if supported or SDL_FALSE if not.
\since This function is available since SDL 2.0.0.
\sa SDL_SetRenderTarget