Module diagnostic

Source
Expand description

Infrastructure for recording render diagnostics.

For more info, see RenderDiagnosticsPlugin.

Structs§

PassSpanGuard
Guard returned by RecordDiagnostics::pass_span.
RenderDiagnosticsPlugin
Enables collecting render diagnostics, such as CPU/GPU elapsed time per render pass, as well as pipeline statistics (number of primitives, number of shader invocations, etc).
TimeSpanGuard
Guard returned by RecordDiagnostics::time_span.

Traits§

RecordDiagnostics
Allows recording diagnostic spans.