Screw rendergraphs (for now)

This commit is contained in:
Dynamitos
2021-10-01 19:55:04 +02:00
parent bd739068d6
commit 5dfc8300c5
25 changed files with 222 additions and 226 deletions
@@ -9,7 +9,7 @@ namespace Seele
class MeshProcessor
{
public:
MeshProcessor(const PScene scene, Gfx::PGraphics graphics);
MeshProcessor(Gfx::PGraphics graphics);
virtual ~MeshProcessor();
protected:
PScene scene;