Started rewriting shader compilation/processing

This commit is contained in:
Simon Lübeß
2024-08-18 23:30:47 +02:00
parent f3e68bd8d8
commit 7b7a3dc645
5 changed files with 972 additions and 1 deletions
+2 -1
View File
@@ -4,5 +4,6 @@ enum AssetType : uint16
{
Unknown,
Texture,
Sprite
Sprite,
Shader
}