Function raylib_sys::rlClearColor

source ยท
pub unsafe extern "C" fn rlClearColor(
    r: c_uchar,
    g: c_uchar,
    b: c_uchar,
    a: c_uchar,
)