Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
TextureContainer.hpp
Go to the documentation of this file.
1#pragma once
2
5
6namespace Graphic::Resource {
7
18
19} // namespace Graphic::Resource
Definition ResourceManager.hpp:17
Definition AGPUBuffer.hpp:6
Object::Resource::ResourceManager< Texture > TextureContainer
TextureContainer is a resource that stores Texture resources.
Definition TextureContainer.hpp:17