Function TRAP::Graphics::ShaderManager::ContainsByPath#

Function Documentation#

bool TRAP::Graphics::ShaderManager::ContainsByPath(const std::filesystem::path &path)#

Check whether a shader is in the ShaderManager by path.

Parameters:

path – Path of shader to check.

Returns:

True if shader is in ShaderManager, false otherwise.