Function raylib_sys::ImageDrawLineV[][src]

pub unsafe extern "C" fn ImageDrawLineV(
    dst: *mut Image,
    start: Vector2,
    end: Vector2,
    color: Color
)