pub const PASS_COUNT: usize = 32;Expand description
Number of distinct passes the engine times. Sized to match
PASS_NAMES; the per-pass timing array in
crate::profile::RenderStats is sized to at least this many
slots.
pub const PASS_COUNT: usize = 32;Number of distinct passes the engine times. Sized to match
PASS_NAMES; the per-pass timing array in
crate::profile::RenderStats is sized to at least this many
slots.