Namespace TRAP::Graphics::TextureManager# Contents Functions Functions# Function TRAP::Graphics::TextureManager::Add Function TRAP::Graphics::TextureManager::Clean Function TRAP::Graphics::TextureManager::Contains Function TRAP::Graphics::TextureManager::ContainsByPath Function TRAP::Graphics::TextureManager::Get Function TRAP::Graphics::TextureManager::Get2D Function TRAP::Graphics::TextureManager::GetByPath Function TRAP::Graphics::TextureManager::GetCube Function TRAP::Graphics::TextureManager::GetTextures Function TRAP::Graphics::TextureManager::Load(const std::string&, const std::filesystem::path&, TextureCreationFlags) Function TRAP::Graphics::TextureManager::Load(const std::string&, const std::array<std::filesystem::path, 6>&, TextureCreationFlags) Function TRAP::Graphics::TextureManager::Load(const std::string&, const Image&, TextureCreationFlags) Function TRAP::Graphics::TextureManager::Load(const std::string&, const Image&, TextureCubeFormat, TextureCreationFlags) Function TRAP::Graphics::TextureManager::Load(const std::string&, const std::filesystem::path&, TextureCubeFormat, TextureCreationFlags) Function TRAP::Graphics::TextureManager::Load(const std::string&, std::span<const Image *, 6>, TextureCreationFlags) Function TRAP::Graphics::TextureManager::Load(const std::filesystem::path&, TextureCubeFormat, TextureCreationFlags) Function TRAP::Graphics::TextureManager::Load(const std::filesystem::path&, TextureCreationFlags) Function TRAP::Graphics::TextureManager::Remove(const Ref<Texture>&) Function TRAP::Graphics::TextureManager::Remove(std::string_view) Function TRAP::Graphics::TextureManager::Shutdown