Struct blade_render::RayConfig
source · pub struct RayConfig {
pub num_environment_samples: u32,
pub environment_importance_sampling: bool,
pub temporal_history: u32,
pub spatial_taps: u32,
pub spatial_tap_history: u32,
pub spatial_radius: u32,
}Fields§
§num_environment_samples: u32§environment_importance_sampling: bool§temporal_history: u32§spatial_taps: u32§spatial_tap_history: u32§spatial_radius: u32Trait Implementations§
source§impl PartialEq for RayConfig
impl PartialEq for RayConfig
source§impl PartialOrd for RayConfig
impl PartialOrd for RayConfig
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for RayConfig
impl StructuralPartialEq for RayConfig
Auto Trait Implementations§
impl Freeze for RayConfig
impl RefUnwindSafe for RayConfig
impl Send for RayConfig
impl Sync for RayConfig
impl Unpin for RayConfig
impl UnwindSafe for RayConfig
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