Public Attributes | |
std::vector< TextureHandle > | available_textures_ |
std::unordered_map< TextureHandle, std::pair< int, int > > | texture_sizes_ |
Static Public Attributes | |
static constexpr size_t | MAX_POOL_SIZE = 100 |
std::vector<TextureHandle> yaze::gfx::Arena::TexturePool::available_textures_ |
Definition at line 145 of file arena.h.
Referenced by yaze::gfx::Arena::GetPooledTextureCount(), and yaze::gfx::Arena::Shutdown().
std::unordered_map<TextureHandle, std::pair<int, int> > yaze::gfx::Arena::TexturePool::texture_sizes_ |
Definition at line 146 of file arena.h.
Referenced by yaze::gfx::Arena::Shutdown().
|
staticconstexpr |