Struct rin_material::OutlineMaterial [−][src]
pub struct OutlineMaterial { pub base_color: Parameter<Rgba<f32>>, pub offset: Parameter<f32>, pub alpha_type: Parameter<AlphaType>, }
Fields
base_color: Parameter<Rgba<f32>>
offset: Parameter<f32>
alpha_type: Parameter<AlphaType>
Implementations
impl OutlineMaterial
[src]
impl OutlineMaterial
[src]pub fn new() -> OutlineMaterial
[src]
Trait Implementations
impl Clone for OutlineMaterial
[src]
impl Clone for OutlineMaterial
[src]fn clone(&self) -> OutlineMaterial
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for OutlineMaterial
[src]
impl Default for OutlineMaterial
[src]fn default() -> OutlineMaterial
[src]
impl Material for OutlineMaterial
[src]
impl Material for OutlineMaterial
[src]fn type_name(&self) -> &str
[src]
fn parameter_names(&self) -> Vec<&str>
[src]
fn parameters(&self) -> Vec<ParameterAny<'_>>
[src]
fn parameters_mut(&mut self) -> Vec<ParameterMutAny<'_>>
[src]
fn parameter(&self, name: &str) -> Option<ParameterAny<'_>>
[src]
fn parameter_mut(&mut self, name: &str) -> Option<ParameterMutAny<'_>>
[src]
fn parameter_type_name(&self, name: &str) -> Option<&str>
[src]
fn reset_changed(&mut self)
[src]
impl MaterialParameterTypes for OutlineMaterial
[src]
impl MaterialParameterTypes for OutlineMaterial
[src]fn uniform_parameters(&self) -> Vec<UniformRef<'_>>
[src]
fn texture_parameters(&self) -> Vec<UniformRef<'_>>
[src]
fn cubemap_parameters(&self) -> Vec<UniformRef<'_>>
[src]
fn properties_parameter(&self) -> Option<&Parameter<Vec<Property>>>
[src]
fn alpha_type_parameter(&self) -> Option<&Parameter<AlphaType>>
[src]
fn any_uniform_changed(&self) -> bool
[src]
fn any_texture_changed(&self) -> bool
[src]
fn any_cubemap_changed(&self) -> bool
[src]
fn any_data_changed(&self) -> bool
[src]
fn has_uniforms(&self) -> bool
[src]
fn has_data(&self) -> bool
[src]
fn has_textures(&self) -> bool
[src]
fn has_cubemaps(&self) -> bool
[src]
fn any_uniform_option_changed(&self) -> bool
[src]
fn any_texture_option_changed(&self) -> bool
[src]
fn any_cubemap_option_changed(&self) -> bool
[src]
fn any_data_option_changed(&self) -> bool
[src]
impl WriteStd140 for OutlineMaterial
[src]
impl WriteStd140 for OutlineMaterial
[src]fn write_std140(&self, data: &mut Data)
[src]
Auto Trait Implementations
impl RefUnwindSafe for OutlineMaterial
impl Send for OutlineMaterial
impl Sync for OutlineMaterial
impl Unpin for OutlineMaterial
impl UnwindSafe for OutlineMaterial
Blanket Implementations
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]