Function egui::debug_text::register

source ยท
pub(crate) fn register(ctx: &Context)
Expand description

Register this plugin on the given egui context, so that it will be called every frame.

This is a built-in plugin in egui, meaning Context calls this from its Default implementation, so this is marked as pub(crate).