Added shader sharing mechanism; added "cook all dirty packages" button; other various tweaks and fixes

This commit is contained in:
Aruki
2017-02-09 10:54:38 -07:00
parent 9b6376af68
commit 6d77604667
19 changed files with 139 additions and 145 deletions

View File

@@ -26,6 +26,7 @@ CScene::CScene()
CScene::~CScene()
{
ClearScene();
delete mpSceneRootNode;
}
bool CScene::IsNodeIDUsed(u32 ID) const