Skip to main content

models_dirty

Function models_dirty 

Source
pub fn models_dirty(cached: &[[[f32; 4]; 4]], current: &[[[f32; 4]; 4]]) -> bool
Expand description

True when any participating object’s current model matrix differs from the one baked into the live TLAS. Pure (no GPU) so the dirty gate is unit-testable.