pub enum GLSLExtPassPhase {
Early,
Middle,
Late,
Finalize,
}Expand description
Pass execution phase for GLSLExt.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GLSLExtPassPhase
impl Clone for GLSLExtPassPhase
Source§fn clone(&self) -> GLSLExtPassPhase
fn clone(&self) -> GLSLExtPassPhase
Returns a duplicate 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 GLSLExtPassPhase
impl Debug for GLSLExtPassPhase
Source§impl Hash for GLSLExtPassPhase
impl Hash for GLSLExtPassPhase
Source§impl PartialEq for GLSLExtPassPhase
impl PartialEq for GLSLExtPassPhase
impl Eq for GLSLExtPassPhase
impl StructuralPartialEq for GLSLExtPassPhase
Auto Trait Implementations§
impl Freeze for GLSLExtPassPhase
impl RefUnwindSafe for GLSLExtPassPhase
impl Send for GLSLExtPassPhase
impl Sync for GLSLExtPassPhase
impl Unpin for GLSLExtPassPhase
impl UnsafeUnpin for GLSLExtPassPhase
impl UnwindSafe for GLSLExtPassPhase
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