Skip to content

Commit 1f0b279

Browse files
committed
Solari binder new
1 parent 7b61ec2 commit 1f0b279

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/bevy_solari/src/scene/binder.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,12 @@ impl RaytracingSceneBindings {
306306
}
307307
}
308308

309+
impl Default for RaytracingSceneBindings {
310+
fn default() -> Self {
311+
Self::new()
312+
}
313+
}
314+
309315
struct CachedBindingArray<T, I: Eq + Hash> {
310316
map: HashMap<I, u32>,
311317
vec: Vec<T>,

0 commit comments

Comments
 (0)