raylib_wasm

Function DrawRectangleRoundedLines

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