pub struct Reservoir { /* private fields */ }
Expand description
Reservoir for sampling See https://research.nvidia.com/sites/default/files/pubs/2020-07_Spatiotemporal-reservoir-resampling/ReSTIR.pdf
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Reservoir
impl Send for Reservoir
impl Sync for Reservoir
impl Unpin for Reservoir
impl UnwindSafe for Reservoir
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