depth: Fix not resized
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 8m22s

This commit is contained in:
Florian RICHER 2025-05-29 18:16:26 +02:00
parent 650b61e3ae
commit 6a6b1821a4
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
5 changed files with 38 additions and 44 deletions

View file

@ -15,7 +15,6 @@ pub trait Scene {
fn update(&mut self, scene_context: &SceneContext) -> Result<(), Box<dyn Error>>;
fn render(
&mut self,
image_view: &Arc<ImageView>,
acquire_future: Box<dyn GpuFuture>,
scene_context: &SceneContext,
gui: &mut Gui,