Struct rin::scene::water::ParametersSend[][src]

pub struct ParametersSend {
Show fields pub frequency: Parameter<'static, f32>, pub wave_strength: Parameter<'static, f32>, pub speed: Parameter<'static, f32>, pub reflective_factor: Parameter<'static, f32>, pub normal_scale: Parameter<'static, f32>, pub max_visible_depth: Parameter<'static, f32>, pub reflection_clip_bias: Parameter<'static, f32>, pub refraction_clip_bias: Parameter<'static, f32>, pub water_density: Parameter<'static, f32>, pub water_color_tint: Parameter<'static, Rgb<f32, Srgb>>, pub water_color_coefficient: Parameter<'static, Rgb<f32, Srgb>>, pub refraction_color_mix: Parameter<'static, f32>, pub reflection_color_mix: Parameter<'static, f32>, pub highlights_factor: Parameter<'static, f32>, pub highlights_power: Parameter<'static, f32>, pub receives_shadows: Parameter<'static, bool>, pub receives_global_illumination: Parameter<'static, bool>, pub msaa_samples: u32, pub buffer_size_sender: Sender<Matrix<u32, U2, U1, <DefaultAllocator as Allocator<u32, U2, U1>>::Buffer>>, pub buffer_size: Matrix<u32, U2, U1, <DefaultAllocator as Allocator<u32, U2, U1>>::Buffer>,
}

Fields

frequency: Parameter<'static, f32>wave_strength: Parameter<'static, f32>speed: Parameter<'static, f32>reflective_factor: Parameter<'static, f32>normal_scale: Parameter<'static, f32>max_visible_depth: Parameter<'static, f32>reflection_clip_bias: Parameter<'static, f32>refraction_clip_bias: Parameter<'static, f32>water_density: Parameter<'static, f32>water_color_tint: Parameter<'static, Rgb<f32, Srgb>>water_color_coefficient: Parameter<'static, Rgb<f32, Srgb>>refraction_color_mix: Parameter<'static, f32>reflection_color_mix: Parameter<'static, f32>highlights_factor: Parameter<'static, f32>highlights_power: Parameter<'static, f32>receives_shadows: Parameter<'static, bool>receives_global_illumination: Parameter<'static, bool>msaa_samples: u32buffer_size_sender: Sender<Matrix<u32, U2, U1, <DefaultAllocator as Allocator<u32, U2, U1>>::Buffer>>buffer_size: Matrix<u32, U2, U1, <DefaultAllocator as Allocator<u32, U2, U1>>::Buffer>

Trait Implementations

impl Component for ParametersSend[src]

type Storage = KeyedDenseVec<usize, ParametersSend>

type MutStorageCacheGuard = ()

impl Debug for ParametersSend[src]

impl<'a> DebugParameter for ParametersSend[src]

Auto Trait Implementations

impl !RefUnwindSafe for ParametersSend

impl Send for ParametersSend

impl !Sync for ParametersSend

impl Unpin for ParametersSend

impl !UnwindSafe for ParametersSend

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<V> IntoPnt<V> for V[src]

impl<V> IntoVec<V> for V[src]

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<C> ComponentSend for C where
    C: Component + Send
[src]

impl<C> ComponentThreadLocal for C where
    C: Component
[src]