pub struct PerTransparencyInfo { /* private fields */ }
Expand description
Handles and information for a single type of transparency in the PBR pipeline.
Auto Trait Implementations§
impl Freeze for PerTransparencyInfo
impl !RefUnwindSafe for PerTransparencyInfo
impl Send for PerTransparencyInfo
impl Sync for PerTransparencyInfo
impl Unpin for PerTransparencyInfo
impl !UnwindSafe for PerTransparencyInfo
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