#include #include struct Chunk { glm::ivec3 pos; std::vector data; bool dirty = false; };