Function sdl2_sys::render::SDL_RenderCopy [] [src]

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