added return value
This commit is contained in:
@@ -190,9 +190,8 @@ impl SessionTrait for OXrSession {
|
|||||||
texture: Mutex::new(Some(right)),
|
texture: Mutex::new(Some(right)),
|
||||||
view: views[1],
|
view: views[1],
|
||||||
};
|
};
|
||||||
|
Ok((left.into(), right.into()))
|
||||||
}
|
}
|
||||||
|
|
||||||
todo!()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn end_frame(&self) -> Result<()> {
|
fn end_frame(&self) -> Result<()> {
|
||||||
|
|||||||
Reference in New Issue
Block a user