VOX
A little voxel engine
|
#include "define.hpp"
#include "Settings.hpp"
#include "RenderAPI.hpp"
#include "Chunk.hpp"
#include "WorldGenerator.hpp"
#include "DebugGui.hpp"
#include <chrono>
#include <map>
Go to the source code of this file.
Classes | |
struct | ModelMatrix_push_constant |
The push constant for the model matrix. More... | |
class | RenderThread |
A wrapper for the thread that handles rendering. More... | |