yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::gfx::Arena::SurfacePool Struct Reference

Public Attributes

std::vector< SDL_Surface * > available_surfaces_
 
std::unordered_map< SDL_Surface *, std::tuple< int, int, int, int > > surface_info_
 

Static Public Attributes

static constexpr size_t MAX_POOL_SIZE = 100
 

Detailed Description

Definition at line 150 of file arena.h.

Member Data Documentation

◆ available_surfaces_

std::vector<SDL_Surface*> yaze::gfx::Arena::SurfacePool::available_surfaces_

◆ surface_info_

std::unordered_map<SDL_Surface*, std::tuple<int, int, int, int> > yaze::gfx::Arena::SurfacePool::surface_info_

◆ MAX_POOL_SIZE

constexpr size_t yaze::gfx::Arena::SurfacePool::MAX_POOL_SIZE = 100
staticconstexpr

Definition at line 153 of file arena.h.

Referenced by yaze::gfx::Arena::FreeSurface().


The documentation for this struct was generated from the following file: