Graphics/Material(Pipeline): Remove leftovers attributes

This commit is contained in:
Jérôme Leclercq
2021-07-13 14:38:09 +02:00
parent 46dfa503eb
commit 90df17d45a
5 changed files with 1 additions and 180 deletions

View File

@@ -27,11 +27,6 @@ namespace Nz
Nz::UInt64 enabledOptions = 0;
};
bool depthSorting = false;
bool hasVertexColor = false;
bool reflectionMapping = false;
bool shadowReceive = true;
std::vector<Shader> shaders;
std::shared_ptr<const MaterialSettings> settings;
};