src: implement ego tracking models, and port shaders from renderbug into here

This commit is contained in:
2025-09-22 13:16:39 +02:00
parent 29ba78d5b2
commit 19875f6ae5
18 changed files with 1191 additions and 184 deletions

View File

@@ -56,7 +56,7 @@ impl Backoff {
'outer: loop {
for attempt in self.attempts {
match &latest {
Err(e) => {
Err(_) => {
match attempt {
Attempts::Finite(1) => {
warn!("Operation failed on final attempt.");