#[repr(u32)]pub enum RenderingExtEventType {
SetStereoTarget = 0,
SetStereoEye = 1,
StereoRenderingDone = 2,
BeforeDrawCall = 3,
AfterDrawCall = 4,
CustomGrab = 5,
CustomBlit = 6,
UpdateTextureBeginV1 = 7,
UpdateTextureEndV1 = 8,
UpdateTextureBeginV2 = 9,
UpdateTextureEndV2 = 10,
UserEventsStart = 11,
}
Variants§
SetStereoTarget = 0
SetStereoEye = 1
StereoRenderingDone = 2
BeforeDrawCall = 3
AfterDrawCall = 4
CustomGrab = 5
CustomBlit = 6
UpdateTextureBeginV1 = 7
UpdateTextureEndV1 = 8
UpdateTextureBeginV2 = 9
UpdateTextureEndV2 = 10
UserEventsStart = 11
Trait Implementations§
Source§impl Clone for RenderingExtEventType
impl Clone for RenderingExtEventType
Source§fn clone(&self) -> RenderingExtEventType
fn clone(&self) -> RenderingExtEventType
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 Debug for RenderingExtEventType
impl Debug for RenderingExtEventType
Source§impl PartialEq for RenderingExtEventType
impl PartialEq for RenderingExtEventType
impl Copy for RenderingExtEventType
impl Eq for RenderingExtEventType
impl StructuralPartialEq for RenderingExtEventType
Auto Trait Implementations§
impl Freeze for RenderingExtEventType
impl RefUnwindSafe for RenderingExtEventType
impl Send for RenderingExtEventType
impl Sync for RenderingExtEventType
impl Unpin for RenderingExtEventType
impl UnwindSafe for RenderingExtEventType
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