Componentified Camera

This commit is contained in:
Simon Lübeß
2021-05-17 20:07:58 +02:00
parent 3e0c4b2eb7
commit 7fb1f30303
6 changed files with 234 additions and 34 deletions
@@ -0,0 +1,7 @@
namespace GlitchyEngine.Renderer
{
public struct MeshComponent
{
public GeometryBinding Mesh;
}
}