Script glue works!

This commit is contained in:
Simon Lübeß
2025-07-17 15:07:06 +02:00
parent 0a53ff48f9
commit f7bcff5337
12 changed files with 433 additions and 327 deletions
+1
View File
@@ -9,6 +9,7 @@ namespace GlitchyEngine.Graphics;
/// </summary>
public class Material : Asset
{
[EngineClass("GlitchyEngine.Renderer.ShaderVariableType")]
internal enum ShaderVariableType : byte
{
Bool,