egui::debug_text

Function 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 pass.

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