LampyEngine
 
Загрузка...
Поиск...
Не найдено
Класс EngineConfig

Singleton class for managing engine-wide configuration settings. Подробнее...

#include <EngineConfig.h>

Открытые члены

uint32_t getMaxFramesInFlight () const
 Gets the maximum number of frames that can be processed concurrently.
 

Открытые статические члены

static EngineConfiggetInstance ()
 Retrieves the singleton instance of EngineConfig.
 

Подробное описание

Singleton class for managing engine-wide configuration settings.

Методы

◆ getInstance()

static EngineConfig & EngineConfig::getInstance ( )
inlinestatic

Retrieves the singleton instance of EngineConfig.

Возвращает
Reference to the singleton EngineConfig instance.

◆ getMaxFramesInFlight()

uint32_t EngineConfig::getMaxFramesInFlight ( ) const
inline

Gets the maximum number of frames that can be processed concurrently.

Возвращает
The maximum number of frames in flight.

Объявления и описания членов класса находятся в файле: