pub fn renderer_debug(
child: impl UiNode,
debug: impl IntoVar<RendererDebug>,
) -> impl UiNode
Expand description
P
Sets the Webrender renderer debug flags and profiler UI for the current window.
Fails silently if the view-process does not implement the "zng-view.webrender_debug"
extension.