pub struct Reprojector {
pub max_predict_ms: u64,
}Expand description
Stereo reprojector for the Viture-rich glasses path.
This is the one bespoke LocalAdapter in the glasses instance because it
turns one content-rate scene/spatial packet into two device-rate eye views.
Halo and other one-card tiers use the shared DEVICE_3 glance adapter instead.
Fields§
§max_predict_ms: u64Maximum prediction lead applied during this adapter step.
Implementations§
Trait Implementations§
Source§impl Clone for Reprojector
impl Clone for Reprojector
Source§fn clone(&self) -> Reprojector
fn clone(&self) -> Reprojector
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Reprojector
Source§impl Debug for Reprojector
impl Debug for Reprojector
impl Eq for Reprojector
Source§impl LocalAdapter for Reprojector
impl LocalAdapter for Reprojector
Source§impl PartialEq for Reprojector
impl PartialEq for Reprojector
impl StructuralPartialEq for Reprojector
Auto Trait Implementations§
impl Freeze for Reprojector
impl RefUnwindSafe for Reprojector
impl Send for Reprojector
impl Sync for Reprojector
impl Unpin for Reprojector
impl UnsafeUnpin for Reprojector
impl UnwindSafe for Reprojector
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more