Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
TextureAsset.h File Reference
#include "Engine/Core/Asset.h"
#include "ExrLoader.h"
#include <filesystem>
#include <tiny_gltf.h>
Include dependency graph for TextureAsset.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Engine::Assets::Texture
 Wrapper for texture data. More...
class  Engine::Assets::ExrTextureAsset
 Extension of TextureAsset and stores the Exr header information as well as the texture data. More...
class  Engine::Assets::GltfTextureAsset
 Extension of TextureAsset for images loaded from glTF files (PNG/JPG) More...
class  Engine::Assets::TextureAssetManager

Namespaces

namespace  Engine
namespace  Engine::Core
 Core audio subsystem owning the miniaudio engine and managing playback.
namespace  Engine::Assets