TextureAsset properties, start of better asset pipeline detection

This commit is contained in:
Simon Lübeß
2024-06-12 16:51:52 +02:00
parent b3dac4a338
commit 36e98311c6
12 changed files with 267 additions and 48 deletions
+2 -1
View File
@@ -3,5 +3,6 @@ namespace GlitchyEngine.Content;
enum AssetType : uint16
{
Unknown,
Texture
Texture,
Sprite
}