#include <cstdint>
#include <memory>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
class | yaze::gfx::MemoryPool |
High-performance memory pool allocator for graphics data. More... | |
struct | yaze::gfx::MemoryPool::MemoryBlock |
class | yaze::gfx::PoolAllocator< T > |
RAII wrapper for memory pool allocations. More... | |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::gfx |
Contains classes for handling graphical data. | |