Async render passes

This commit is contained in:
2021-11-24 12:10:23 +01:00
parent 94be513538
commit 5fafdda770
23 changed files with 199 additions and 162 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Actor::~Actor()
{
}
void Actor::tick(float deltaTime)
void Actor::tick(float)
{
}
void Actor::notifySceneAttach(PScene scene)