Function raylib_sys::DrawRectangleRounded

source ยท
pub unsafe extern "C" fn DrawRectangleRounded(
    rec: Rectangle,
    roundness: f32,
    segments: c_int,
    color: Color
)