pub unsafe extern "C" fn ulDefaultSession(
renderer: ULRenderer,
) -> ULSessionExpand description
Get the default session (persistent session named “default”).
@note This session is owned by the Renderer, you shouldn’t destroy it.
pub unsafe extern "C" fn ulDefaultSession(
renderer: ULRenderer,
) -> ULSessionGet the default session (persistent session named “default”).
@note This session is owned by the Renderer, you shouldn’t destroy it.