fix 3d_scene example on runtimes that aren't WiVRn

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-02-20 21:16:29 +01:00
parent a1f2b3f517
commit 463109aa12

View File

@@ -12,6 +12,7 @@ fn main() {
blend_modes: Some(vec![ blend_modes: Some(vec![
EnvironmentBlendMode::ALPHA_BLEND, EnvironmentBlendMode::ALPHA_BLEND,
EnvironmentBlendMode::ADDITIVE, EnvironmentBlendMode::ADDITIVE,
EnvironmentBlendMode::OPAQUE,
]), ]),
..Default::default() ..Default::default()
}, },