#include "galaxy/graphics/gl/Texture2D.hpp"#include "galaxy/resource/Cache.hpp"#include "galaxy/resource/Loader.hpp"Go to the source code of this file.
Namespaces | |
| namespace | galaxy |
| Application.hpp galaxy. | |
| namespace | galaxy::resource |
Typedefs | |
| using | galaxy::resource::Textures = Cache<graphics::Texture2D, Loader<graphics::Texture2D>> |
| Abbreviation for texture cache. | |