Type Alias re_viewer_context::ViewRectPublisher

source ·
pub type ViewRectPublisher = FramePublisher<ViewId, PublishedViewInfo>;
Expand description

Used to publish info aboutr each view.

We use this for view screenshotting.

Accessed with [egui::Memory::caches].

Aliased Type§

struct ViewRectPublisher { /* private fields */ }