pub async fn load_mtl_buf<B: AsyncBufRead>(reader: B) -> MTLLoadResultExpand 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.
pub async fn load_mtl_buf<B: AsyncBufRead>(reader: B) -> MTLLoadResultAsynchronously load the various materials in a MTL buffer.
This is the tokio variant of load_mtl_buf(); see
module-level documentation for more.