Function raylib_sys::rlViewport

source ยท
pub unsafe extern "C" fn rlViewport(
    x: c_int,
    y: c_int,
    width: c_int,
    height: c_int
)