pub fn renderer_debug(
child: impl IntoUiNode,
debug: impl IntoVar<RendererDebug>,
) -> UiNodeExpand 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.