|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Loader for KTX2 texture files (BC6H, BC7, etc.) More...
#include <Ktx2Loader.h>
Public Member Functions | |
| Ktx2Loader ()=default | |
| ~Ktx2Loader ()=default | |
| Textures::Ktx2TextureData | load (const std::filesystem::path &filename) |
Loader for KTX2 texture files (BC6H, BC7, etc.)
Uses libktx to load KTX2 files with pre-computed mipmaps. Supports BC6H-compressed HDR lightmaps and BC7-compressed PBR textures exported via Compressonator.
Definition at line 60 of file Ktx2Loader.h.
|
default |
|
default |
| Textures::Ktx2TextureData Engine::Assets::Loaders::Ktx2Loader::load | ( | const std::filesystem::path & | filename | ) |