Expand description
§utils
This is a utility crate. It has basic utilities for use throughout the engine. No actual engine systems live in this crate. It just has many small features, functions and structures.
Structs§
- Parse
Version Error - An error occured in parsing the version string.
- Version
- A simple representation of a version. This is used to track engine version, etc… For now it is mainly used by Vulkan when populating the application info struct.
Constants§
- FORWARD_
DIRECTION - The forward direction used for all world and renderer coordinate calcualtions. We use Z-forward because that is how Vulkan does it.
- UP_
DIRECTION - The up direction used for all world and renderer coordinate calcualtions.
Functions§
- format_
path - We format the path to make it relative to the workspace root.