Function raylib_sys::rlFramebufferAttach

source ยท
pub unsafe extern "C" fn rlFramebufferAttach(
    fboId: c_uint,
    texId: c_uint,
    attachType: c_int,
    texType: c_int,
    mipLevel: c_int
)