Class FrameProcessor
Defined in File FrameProcessor.hpp
Class Documentation
-
class FrameProcessor
Singleton in charge of generating frame rendering command buffers and submitting them to the GPUManager.
Public Functions
-
void Start()
Start the frame processor.
- Throws:
BadInitStateException – If the frame processor is already running
BadStateException – If the GPU manager is not running
Public Static Functions
-
static FrameProcessor &Get()
Get the instance and create one if there isn’t one.
- Returns:
The instance
-
void Start()