kanzi

Module resource_manager

Structs§

Enums§

Traits§

  • Use this trait to implement the load tasks that load new resources. A load task is split into an optional load and mandatory finish functions. The load function may be called in a background worker thread, instead of the main thread. And so only thread independent work should be done here. While the finish function is guaranteed to be called in the main thread.
  • Use this trait to implement the protocol for loading resources.
  • Use this trait to implement the protocol for reloading GPU resources.

Functions§