Reprocess, load and hot swap changed assets using new asset pipeline

This commit is contained in:
Simon Lübeß
2024-06-02 00:39:22 +02:00
parent 9e7e7f0d76
commit b2806d9460
10 changed files with 153 additions and 56 deletions
@@ -1,7 +1,10 @@
using Bon;
namespace GlitchyEngine.Content;
[BonTarget]
enum AssetCompression : uint8
{
None,
L4Z
LZ4
}