load_mtl_buf

Function load_mtl_buf 

Source
pub async fn load_mtl_buf<B: AsyncBufRead>(reader: B) -> MTLLoadResult
Expand description

Asynchronously load the various materials in a MTL buffer.

This is the tokio variant of load_mtl_buf(); see module-level documentation for more.