Function TRAP::Graphics::ShaderManager::GetCompute#

Function Documentation#

Ref<Shader> TRAP::Graphics::ShaderManager::GetCompute(std::string_view name)#

Retrieve a compute shader from the ShaderManager.

Parameters:

name – Name of the shader to retrieve.

Returns:

Shader, Fallback shader if not found.