Enum webrender_api::DebugCommand [] [src]

pub enum DebugCommand {
    EnableProfiler(bool),
    EnableTextureCacheDebug(bool),
    EnableRenderTargetDebug(bool),
    EnableAlphaRectsDebug(bool),
    EnableGpuTimeQueries(bool),
    EnableGpuSampleQueries(bool),
    FetchDocuments,
    FetchPasses,
    FetchClipScrollTree,
    FetchRenderTasks,
    FetchScreenshot,
    SaveCapture(PathBuf),
    LoadCapture(PathBuf),
    EnableDualSourceBlending(bool),
}

Variants

Display the frame profiler on screen.

Display all texture cache pages on screen.

Display intermediate render targets on screen.

Display alpha primitive rects.

Display GPU timing results.

Display GPU overdraw results

Fetch current documents and display lists.

Fetch current passes and batches.

Fetch clip-scroll tree.

Fetch render tasks.

Fetch screenshot.

Save a capture of all the documents state.

Load a capture of all the documents state.

Configure if dual-source blending is used, if available.

Trait Implementations

impl Debug for DebugCommand
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DebugCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more