#include <texture_cache.h>
Public Member Functions | |
| Texture (int32_t texture_id, size_t hash) | |
| ~Texture () | |
Public Attributes | |
| bool | failed |
| const int32_t | id |
| const size_t | url_hash |
Definition at line 39 of file texture_cache.h.
| tile_map::Texture::Texture | ( | int32_t | texture_id, |
| size_t | hash | ||
| ) |
Definition at line 49 of file texture_cache.cpp.
| tile_map::Texture::~Texture | ( | ) |
Definition at line 55 of file texture_cache.cpp.
| bool tile_map::Texture::failed |
Definition at line 48 of file texture_cache.h.
| const int32_t tile_map::Texture::id |
Definition at line 45 of file texture_cache.h.
| const size_t tile_map::Texture::url_hash |
Definition at line 46 of file texture_cache.h.