Enum librashader_runtime::quad::QuadType
source · pub enum QuadType {
Offscreen,
Final,
}
Expand description
Different type of quad to render to depending on pass type
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for QuadType
impl Send for QuadType
impl Sync for QuadType
impl Unpin for QuadType
impl UnwindSafe for QuadType
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