[][src]Function fermium::renderer::SDL_RenderTargetSupported

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

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.