renderer_debug

Function renderer_debug 

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