Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
GraphicsObjectManager.hpp File Reference
#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>
Include dependency graph for GraphicsObjectManager.hpp:
This graph shows which files directly or indirectly include this file:

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...