Expand description
Error types and Result alias.
Enums§
- Asset
Error - Errors related to asset loading and processing.
- Error
- Top-level error type for the Myth engine.
- Platform
Error - Errors related to platform and window system.
- Render
Error - Errors related to rendering and GPU operations.
Type Aliases§
- Result
- Alias for
Result<T, Error>.