pub struct DefaultRoutines {
pub pbr: Mutex<PbrRoutine>,
pub skybox: Mutex<SkyboxRoutine>,
pub tonemapping: Mutex<TonemappingRoutine>,
}
Fields§
§pbr: Mutex<PbrRoutine>
§skybox: Mutex<SkyboxRoutine>
§tonemapping: Mutex<TonemappingRoutine>
Auto Trait Implementations§
impl !Freeze for DefaultRoutines
impl !RefUnwindSafe for DefaultRoutines
impl Send for DefaultRoutines
impl Sync for DefaultRoutines
impl Unpin for DefaultRoutines
impl !UnwindSafe for DefaultRoutines
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