Class TextureLoader

Inheritance Relationships

Base Type

Class Documentation

class TextureLoader : public ramus::AssetLoader<Texture>

Public Functions

TextureLoader() = default
~TextureLoader() = default
virtual std::shared_ptr<Texture> Load(const std::string &path) override