Texture inheritance for materials, also script access

This commit is contained in:
Simon Lübeß
2025-03-01 00:03:38 +01:00
parent 824c19c0b2
commit b5088329f5
13 changed files with 470 additions and 82 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace GlitchyEngine.Graphics;
public class Texture : Asset
{
}