summaryrefslogtreecommitdiffstats
path: root/src/RendererSectionData.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RendererSectionData.hpp')
-rw-r--r--src/RendererSectionData.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RendererSectionData.hpp b/src/RendererSectionData.hpp
index 134eef6..a60f671 100644
--- a/src/RendererSectionData.hpp
+++ b/src/RendererSectionData.hpp
@@ -26,6 +26,7 @@ struct SectionsData {
struct RendererSectionData {
std::vector<glm::mat4> models;
std::vector<glm::vec4> textures;
+ std::vector<float> textureLayers;
std::vector<glm::vec3> colors;
std::vector<glm::vec2> lights;
size_t hash = 0;