Function TRAP::Graphics::TextureManager::GetCube#

Function Documentation#

Ref<Texture> TRAP::Graphics::TextureManager::GetCube(std::string_view name)#

Retrieve a cube texture from the TextureManager.

Parameters:

name – Name of texture to retrieve.

Returns:

Texture, Fallback texture if not found.