raylib_wasm

Function DrawRectangleRounded

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