Function TRAP::Graphics::ShaderManager::GetByPath#

Function Documentation#

Ref<Shader> TRAP::Graphics::ShaderManager::GetByPath(const std::filesystem::path &path)#

Retrieve a shader from the ShaderManager.

Parameters:

path – Path of the shader to retrieve.

Returns:

Shader, nullptr if not found.