More shader cleanup

Remove dedicated logs folder
Change openspaceengine to create logs folder automatically
This commit is contained in:
Alexander Bock
2017-07-19 15:42:47 -04:00
parent d246f8fb58
commit 77b15724b5
59 changed files with 609 additions and 778 deletions
@@ -80,10 +80,10 @@ LayerShaderManager::LayerShaderPreprocessingData
// This check was implicit before; not sure if it will fire or will be handled
// elsewhere
ghoul_assert(
!layerGroup.activeLayers().empty(),
"If activeLayers is empty the following line will lead to an overflow"
);
//ghoul_assert(
// !layerGroup.activeLayers().empty(),
// "If activeLayers is empty the following line will lead to an overflow"
//);
layeredTextureInfo.lastLayerIdx = static_cast<int>(
layerGroup.activeLayers().size() - 1
);