renderer structure

This commit is contained in:
Ben
2021-02-17 03:47:08 +00:00
parent fb75f6b8d6
commit 9f9daa3a6e
9 changed files with 207 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
#include "rendermaster.hpp"
RenderMaster::RenderMaster()
: mWorldRenderer(),
mMeshRenderer()
{
}