[][src]Struct mutiny::material::water::ParametersSend

pub struct ParametersSend {
    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: Parameter<'static, Rgba<f32>>,
    pub 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: Vec2<u32>,
}

Fields

Trait Implementations

impl Debug for ParametersSend
[src]

impl Component for ParametersSend
[src]

impl<'a> DebugParameter for ParametersSend
[src]

Auto Trait Implementations

impl Send for ParametersSend

impl !Sync for ParametersSend

Blanket Implementations

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

impl<T> From for T
[src]

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

impl<T> SetParameter for T
[src]

Sets value as a parameter of self.

impl<T> Same for T
[src]

Should always be Self

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

impl<V> IntoVec for V
[src]

impl<V> IntoPnt for V
[src]

impl<B, P> IntoControlBuilder for P where
    B: BuilderFromProperty<P>, 
[src]

impl<T, U> IntoDuration for T where
    U: FromDuration<T>, 
[src]