re_viewer_context

Type Alias 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 */ }