|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
#include "DescriptorBuilder.hpp"#include "GraphicsTypes.hpp"#include "Mesh.hpp"#include <array>#include <mutex>#include <optional>#include <shared_mutex>#include <unordered_map>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | GraphicsObjectManager |
| Graphics object manager manages different types of objects that have memory and can be drawn. More... | |
| struct | GraphicsObjectManager::CommandUnit |
| Command unit represents everything needed to allocate, submit, record and execute commands. More... | |