Function TRAP::Graphics::TextureManager::Remove(std::string_view)# Function Documentation# Ref<Texture> TRAP::Graphics::TextureManager::Remove(std::string_view name)# Remove a texture from the TextureManager via its name. Parameters: name – Name of texture to remove. Returns: Removed texture on success, nullptr otherwise.