Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 518 Bytes

File metadata and controls

14 lines (9 loc) · 518 Bytes

wgpu-subscriber

Crates.io docs.rs

Easy to use tracing subscribers tuned to usage in wgpu.

initialize_default_subscriber will set everything up in a default configuration.

Subscribers:

  • ChromeTracingLayer: Output to chrome tracing format
  • FmtLayer: Formatted output to stderr/stdout.

License: MPL-2.0