[][src]Trait mutiny::material::parameter::IntoParameterValue

pub trait IntoParameterValue {
    fn into_parameter_value(&mut self) -> ParameterValue;
}

Required Methods

Implementations on Foreign Types

impl IntoParameterValue for f32
[src]

impl IntoParameterValue for i32
[src]

impl IntoParameterValue for bool
[src]

impl IntoParameterValue for Vec2
[src]

impl IntoParameterValue for Vec3
[src]

impl IntoParameterValue for Vec4
[src]

impl IntoParameterValue for Rgb<f32>
[src]

impl IntoParameterValue for Rgba<f32>
[src]

impl IntoParameterValue for Rad<f32>
[src]

impl IntoParameterValue for Deg<f32>
[src]

Implementors

impl IntoParameterValue for AlphaType
[src]

impl IntoParameterValue for TextureSampler
[src]