Module three_d::io[][src]

Expand description

Contains functionality to load any type of asset runtime on both desktop and web as well as parsers for different image and 3D model formats. Also includes functionality to save data which is limited to desktop.

Structs

Contains the resources loaded using the Loader and/or manually inserted using the insert_bytes method. Use the remove_bytes or get_bytes function to extract the raw byte array for the loaded resource or one of the other methods to both extract and deserialize a loaded resource.

Functionality for loading any type of resource runtime on both desktop and web.

Functionality for saving resources. Only available on desktop at the moment.

Enums

Error from the io module.