pub enum HiddenAreaMeshType {
Standard = 0,
Inverse = 1,
}
Variants§
Standard = 0
The mesh that covers pixels which cannot be seen by the wearer of the HMD for optical reasons.
Inverse = 1
The inverse of Standard
, useful for doing full-screen render passes such as postprocessing.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HiddenAreaMeshType
impl RefUnwindSafe for HiddenAreaMeshType
impl Send for HiddenAreaMeshType
impl Sync for HiddenAreaMeshType
impl Unpin for HiddenAreaMeshType
impl UnwindSafe for HiddenAreaMeshType
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