[][src]Function fermium::SDL_RenderCopyF

pub unsafe extern "C" fn SDL_RenderCopyF(
    renderer: *mut SDL_Renderer,
    texture: *mut SDL_Texture,
    srcrect: *const SDL_Rect,
    dstrect: *const SDL_FRect
) -> c_int