added return value

This commit is contained in:
awtterpip
2024-01-04 13:49:02 -06:00
parent c87dd90674
commit 9e0c586610

View File

@@ -190,9 +190,8 @@ impl SessionTrait for OXrSession {
texture: Mutex::new(Some(right)),
view: views[1],
};
Ok((left.into(), right.into()))
}
todo!()
}
fn end_frame(&self) -> Result<()> {