Function TRAP::Graphics::TextureManager::ContainsByPath#
Function Documentation#
-
bool TRAP::Graphics::TextureManager::ContainsByPath(const std::filesystem::path &path)#
Check whether a texture is in the TextureManager with the given path.
- Parameters:
path – Path to check.
- Returns:
True if a texture using the given path was found, false otherwise.