Type Alias rerun::external::eframe::WindowBuilderHook
pub type WindowBuilderHook = Box<dyn FnOnce(ViewportBuilder) -> ViewportBuilder>;
Expand description
Hook into the building of a the native window.
You can configure any platform specific details required on top of the default configuration
done by eframe
.
Aliased Typeยง
struct WindowBuilderHook(/* private fields */);