Skip to main content

Crate dirk_utils

Crate dirk_utils 

Source
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§

ParseVersionError
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.