Struct rust_rpg_toolkit::render::material::Material [−][src]
pub struct Material { /* fields omitted */ }
Implementations
pub async fn new<P: AsRef<Path>>(
vertex_path: P,
fragment_path: P,
params: MaterialParams
) -> Result<Self>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Material
impl UnwindSafe for Material
Blanket Implementations
Mutably borrows from an owned value. Read more