Function TRAP::Graphics::ShaderManager::Contains#

Function Documentation#

bool TRAP::Graphics::ShaderManager::Contains(std::string_view name)#

Check whether a shader is in the ShaderManager.

Parameters:

name – Name of shader to check.

Returns:

True if shader is in ShaderManager, false otherwise.