[][src]Function fermium::SDL_RenderCopyExF

pub unsafe extern "C" fn SDL_RenderCopyExF(
    renderer: *mut SDL_Renderer,
    texture: *mut SDL_Texture,
    srcrect: *const SDL_Rect,
    dstrect: *const SDL_FRect,
    angle: f64,
    center: *const SDL_FPoint,
    flip: SDL_RendererFlip
) -> c_int