Crate debug_overlay

Source
Expand description

A basic low-overhead debugging overlay for use with GPU APIs such as wgpu.

§Features

Enable one or several or the builtin runderers using the following cargo features:

  • wgpu
  • wgpu-core (TODO)

Modules§

embedded_font

Macros§

declare_counters

Structs§

Column
Counter
CounterDescriptor
CounterGroup
CounterId
CounterIndex
CounterIterator
Counters
Graph
GraphStats
Graphs
HistoryIter
Overlay
OverlayGeometry
Point
A 2D position (in pixels).
PointF
A 2D position (in pixels).
Style
Table
Vertex

Enums§

ColumnKind
Format
Orientation

Constants§

BACKGROUND_LAYER
FRONT_LAYER

Traits§

OverlayItem

Type Aliases§

Color
An 8-bit per channel RGBA color value.
Layer
The index of an overlay layer.