Updated structure and took first steps for a better architecture
Some checks failed
Gitea Actions Demo / Scan the project (push) Failing after 5s
Some checks failed
Gitea Actions Demo / Scan the project (push) Failing after 5s
This commit is contained in:
13
Nebulix/Rendering/Material.cs
Normal file
13
Nebulix/Rendering/Material.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using Silk.NET.Core.Native;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Nebulix.Rendering
|
||||
{
|
||||
public record class Material(Shader Shader)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user