YAGE  v0.1.1
Yet Another Game Engine
yage::TextureCache Class Reference

#include <texturecache.h>

Public Member Functions

 TextureCache ()
 
Texture getTexture (const std::string &texture_path)
 

Private Attributes

std::unordered_map< std::string, Texturetexture_map_
 

Constructor & Destructor Documentation

◆ TextureCache()

yage::TextureCache::TextureCache ( )
default

Member Function Documentation

◆ getTexture()

Texture yage::TextureCache::getTexture ( const std::string &  texture_path)

Member Data Documentation

◆ texture_map_

std::unordered_map<std::string, Texture> yage::TextureCache::texture_map_
private

The documentation for this class was generated from the following files: