Cogs.Core
|
Public Attributes | |
Mutex | lock |
std::unordered_map< std::string, Resource > | resources |
std::unordered_set< std::string > | loading |
Definition at line 20 of file ResourceStoreStorage.h.
std::unordered_set<std::string> Cogs::Core::ResourceCache::loading |
Definition at line 24 of file ResourceStoreStorage.h.
Mutex Cogs::Core::ResourceCache::lock |
Definition at line 22 of file ResourceStoreStorage.h.
std::unordered_map<std::string, Resource> Cogs::Core::ResourceCache::resources |
Definition at line 23 of file ResourceStoreStorage.h.