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