Crate rin_material[−][src]
Materials in mutiny. This module is renderer independent and the Components in it only specify materials data and some utilities. Each specific renderer should read this components in the scene and implement their behaivour
Re-exports
pub use self::parameter::Parameter; | |
pub use self::parameter::UniformValueRef; | |
pub use self::parameter::ParameterAny; | |
pub use self::parameter::ParameterMutAny; | |
pub use self::parameter::UniformRef; |
Modules
| metals | |
| parameter | |
| texture |
Structs
Enums
| AlphaType | |
| BlendFactor | |
| Face | |
| MaterialType | |
| Property | |
| ShaderPrecision |
Traits
| Material | |
| MaterialParameterTypes | |
| PbrMaterial |