pub unsafe extern "C" fn SDL_RenderTargetSupported(
    renderer: *mut SDL_Renderer
) -> SDL_bool
Expand description

Determines whether a window supports the use of render targets

  • renderer The renderer that will be checked

Returns: SDL_TRUE if supported, SDL_FALSE if not.