depth: Fix not resized
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 8m22s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 8m22s
This commit is contained in:
parent
650b61e3ae
commit
6a6b1821a4
5 changed files with 38 additions and 44 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue