Struct rin::material::ClothMaterial [−][src]
pub struct ClothMaterial {}Show fields
pub base_color_map: Parameter<Option<TextureSampler>>, pub normal_map: Parameter<Option<TextureSampler>>, pub occlusion_map: Parameter<Option<TextureSampler>>, pub emissive_map: Parameter<Option<TextureSampler>>, pub base_color: Parameter<AlphaColor<f32, Rgb<f32, LinearRgb>>>, pub sheen_color: Parameter<AlphaColor<f32, Rgb<f32, LinearRgb>>>, pub emissive_color: Parameter<Rgb<f32, LinearRgb>>, pub roughness: Parameter<f32>, pub double_sided: Parameter<bool>, pub normal_scale: Parameter<f32>, pub alpha_type: Parameter<AlphaType>, pub shader_precision: Parameter<ShaderPrecision>, pub override_translucent: Parameter<Option<bool>>, pub debug_texcoords: Parameter<bool>, pub debug_normals: Parameter<bool>, // some fields omitted
Fields
base_color_map: Parameter<Option<TextureSampler>>
normal_map: Parameter<Option<TextureSampler>>
occlusion_map: Parameter<Option<TextureSampler>>
emissive_map: Parameter<Option<TextureSampler>>
base_color: Parameter<AlphaColor<f32, Rgb<f32, LinearRgb>>>
hidden
sheen_color: Parameter<AlphaColor<f32, Rgb<f32, LinearRgb>>>
hidden
emissive_color: Parameter<Rgb<f32, LinearRgb>>
hidden
roughness: Parameter<f32>
double_sided: Parameter<bool>
normal_scale: Parameter<f32>
alpha_type: Parameter<AlphaType>
shader_precision: Parameter<ShaderPrecision>
override_translucent: Parameter<Option<bool>>
debug_texcoords: Parameter<bool>
debug_normals: Parameter<bool>
Implementations
impl ClothMaterial
[src]
impl ClothMaterial
[src]pub fn new() -> ClothMaterial
[src]
Trait Implementations
impl Clone for ClothMaterial
[src]
impl Clone for ClothMaterial
[src]pub fn clone(&self) -> ClothMaterial
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for ClothMaterial
[src]
impl Default for ClothMaterial
[src]pub fn default() -> ClothMaterial
[src]
impl Material for ClothMaterial
[src]
impl Material for ClothMaterial
[src]pub fn type_name(&self) -> &str
[src]
pub fn parameter_names(&self) -> Vec<&str, Global>ⓘ
[src]
pub fn parameters(&self) -> Vec<ParameterAny<'_>, Global>ⓘ
[src]
pub fn parameters_mut(&mut self) -> Vec<ParameterMutAny<'_>, Global>ⓘ
[src]
pub fn parameter(&self, name: &str) -> Option<ParameterAny<'_>>
[src]
pub fn parameter_mut(&mut self, name: &str) -> Option<ParameterMutAny<'_>>
[src]
pub fn parameter_type_name(&self, name: &str) -> Option<&str>
[src]
pub fn reset_changed(&mut self)
[src]
impl MaterialParameterTypes for ClothMaterial
[src]
impl MaterialParameterTypes for ClothMaterial
[src]pub fn uniform_parameters(&self) -> Vec<UniformRef<'_>, Global>ⓘ
[src]
pub fn texture_parameters(&self) -> Vec<UniformRef<'_>, Global>ⓘ
[src]
pub fn cubemap_parameters(&self) -> Vec<UniformRef<'_>, Global>ⓘ
[src]
pub fn properties_parameter(&self) -> Option<&Parameter<Vec<Property, Global>>>
[src]
pub fn alpha_type_parameter(&self) -> Option<&Parameter<AlphaType>>
[src]
pub fn any_uniform_changed(&self) -> bool
[src]
pub fn any_texture_changed(&self) -> bool
[src]
pub fn any_cubemap_changed(&self) -> bool
[src]
pub fn any_data_changed(&self) -> bool
[src]
pub fn has_uniforms(&self) -> bool
[src]
pub fn has_data(&self) -> bool
[src]
pub fn has_textures(&self) -> bool
[src]
pub fn has_cubemaps(&self) -> bool
[src]
pub fn any_uniform_option_changed(&self) -> bool
[src]
pub fn any_texture_option_changed(&self) -> bool
[src]
pub fn any_cubemap_option_changed(&self) -> bool
[src]
pub fn any_data_option_changed(&self) -> bool
[src]
impl PbrMaterial for ClothMaterial
[src]
impl PbrMaterial for ClothMaterial
[src]pub fn base_color(&self) -> &Parameter<AlphaColor<f32, Rgb<f32, LinearRgb>>>
[src]
pub fn metallic_roughness_map(&self) -> Parameter<Option<&TextureSampler>>
[src]
pub fn metallic_map(&self) -> Parameter<Option<&TextureSampler>>
[src]
pub fn roughness_map(&self) -> Parameter<Option<&TextureSampler>>
[src]
pub fn base_color_map(&self) -> Parameter<Option<&TextureSampler>>
[src]
pub fn normal_map(&self) -> Parameter<Option<&TextureSampler>>
[src]
pub fn emissive_map(&self) -> Parameter<Option<&TextureSampler>>
[src]
pub fn occlusion_map(&self) -> Parameter<Option<&TextureSampler>>
[src]
pub fn anisotropy_map(&self) -> Parameter<Option<&TextureSampler>>
[src]
pub fn alpha_ty(&self) -> &Parameter<AlphaType>
[src]
pub fn normal_scale(&self) -> &Parameter<f32>
[src]
pub fn pbr_material_type(&self) -> MaterialType
[src]
pub fn is_double_sided(&self) -> &Parameter<bool>
[src]
pub fn base_color_alpha(&self) -> f32
[src]
pub fn shader_precision(&self) -> &Parameter<ShaderPrecision>
[src]
pub fn override_translucent(&self) -> &Parameter<Option<bool>>
[src]
pub fn debug_texcoords(&self) -> &Parameter<bool>
[src]
pub fn debug_normals(&self) -> &Parameter<bool>
[src]
impl WriteStd140 for ClothMaterial
[src]
impl WriteStd140 for ClothMaterial
[src]pub fn write_std140(&self, data: &mut Data)
[src]
Auto Trait Implementations
impl RefUnwindSafe for ClothMaterial
impl Send for ClothMaterial
impl Sync for ClothMaterial
impl Unpin for ClothMaterial
impl UnwindSafe for ClothMaterial
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<M> FullMaterial for M where
M: 'static + Material,
[src]
impl<M> FullMaterial for M where
M: 'static + Material,
[src]pub fn post_fragment(&self) -> PropertyChanged<Option<&PostFragment>>
[src]
pub fn full_uniforms(&mut self) -> PropertyChanged<Vec<Uniform, Global>>
[src]
pub fn full_textures(
&self,
textures_pool: &TexturesPool,
texture_offset: &mut u32
) -> PropertyChanged<(Vec<Uniform, Global>, u64)>
[src]
&self,
textures_pool: &TexturesPool,
texture_offset: &mut u32
) -> PropertyChanged<(Vec<Uniform, Global>, u64)>
pub fn full_cubemaps(
&self,
textures_pool: &TexturesPool,
texture_offset: &mut u32
) -> PropertyChanged<(Vec<Uniform, Global>, u64)>
[src]
&self,
textures_pool: &TexturesPool,
texture_offset: &mut u32
) -> PropertyChanged<(Vec<Uniform, Global>, u64)>
pub fn full_renderplanes(
&self,
entities: &EntitiesThreadLocal<'_>,
texture_offset: u32
) -> PropertyChanged<Option<(Vec<Uniform, Global>, u64)>>
[src]
&self,
entities: &EntitiesThreadLocal<'_>,
texture_offset: u32
) -> PropertyChanged<Option<(Vec<Uniform, Global>, u64)>>
pub fn material(&self) -> &dyn Material
[src]
pub fn material_mut(&mut self) -> &mut dyn Material
[src]
pub fn full_reset_changed(&mut self)
[src]
impl<M> Material for M where
M: PbrMaterial,
[src]
impl<M> Material for M where
M: PbrMaterial,
[src]pub fn data(&self) -> PropertyChanged<Option<Data>>
[src]
pub fn properties(&self) -> PropertyChanged<Vec<Property, Global>>
[src]
pub fn transparency(&self) -> PropertyChanged<MaterialTransparency>
[src]
pub fn shaders(&self) -> PropertyChanged<Vec<Shader, Global>>
[src]
pub fn program_settings(&self) -> PropertyChanged<ProgramSettings>
[src]
pub fn uniforms(&self) -> PropertyChanged<Vec<Uniform, Global>>
[src]
pub fn textures(&self) -> PropertyChanged<Vec<(&str, TextureSampler), Global>>
[src]
pub fn cubemaps(&self) -> PropertyChanged<Vec<(&str, CubemapSampler), Global>>
[src]
pub fn render_planes(
&self
) -> PropertyChanged<Option<(Entity, &[RenderPlaneAsUniform<'_>])>>
[src]
&self
) -> PropertyChanged<Option<(Entity, &[RenderPlaneAsUniform<'_>])>>
pub fn update(&mut self, EntitiesThreadLocal<'_>, ResourcesThreadLocal<'_>)
[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]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]