Enum openvr_sys2::EVRSubmitFlags
source · #[repr(u32)]pub enum EVRSubmitFlags {
Submit_Default,
Submit_LensDistortionAlreadyApplied,
Submit_GlRenderBuffer,
Submit_Reserved,
Submit_TextureWithPose,
Submit_TextureWithDepth,
Submit_FrameDiscontinuty,
Submit_VulkanTextureWithArrayData,
Submit_GlArrayTexture,
Submit_Reserved2,
Submit_Reserved3,
}Expand description
Allows the application to control how scene textures are used by the compositor when calling Submit.
Variants§
Submit_Default
Submit_LensDistortionAlreadyApplied
Submit_GlRenderBuffer
Submit_Reserved
Submit_TextureWithPose
Submit_TextureWithDepth
Submit_FrameDiscontinuty
Submit_VulkanTextureWithArrayData
Submit_GlArrayTexture
Submit_Reserved2
Submit_Reserved3
Trait Implementations§
source§impl Clone for EVRSubmitFlags
impl Clone for EVRSubmitFlags
source§fn clone(&self) -> EVRSubmitFlags
fn clone(&self) -> EVRSubmitFlags
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl ExternType for EVRSubmitFlags
impl ExternType for EVRSubmitFlags
source§impl Hash for EVRSubmitFlags
impl Hash for EVRSubmitFlags
source§impl PartialEq<EVRSubmitFlags> for EVRSubmitFlags
impl PartialEq<EVRSubmitFlags> for EVRSubmitFlags
source§fn eq(&self, other: &EVRSubmitFlags) -> bool
fn eq(&self, other: &EVRSubmitFlags) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for EVRSubmitFlags
impl StructuralEq for EVRSubmitFlags
impl StructuralPartialEq for EVRSubmitFlags
impl UniquePtrTarget for EVRSubmitFlags
impl VectorElement for EVRSubmitFlags
impl WeakPtrTarget for EVRSubmitFlags
Auto Trait Implementations§
impl RefUnwindSafe for EVRSubmitFlags
impl Send for EVRSubmitFlags
impl Sync for EVRSubmitFlags
impl Unpin for EVRSubmitFlags
impl UnwindSafe for EVRSubmitFlags
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
§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.