PassCommitListener.ixx File
Interface for listeners notified when a pass commits its state. More...
Included Headers
#include <helios.engine.runtime.world.UpdateContext>
#include <helios.engine.runtime.gameloop.CommitPoint>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | runtime |
|
Runtime infrastructure for game execution and lifecycle orchestration. More... | |
| namespace | gameloop |
|
Central game loop orchestration module. More... | |
Classes Index
| class | PassCommitListener |
|
Interface for receiving notifications when a pass reaches its commit point. More... | |
Description
Interface for listeners notified when a pass commits its state.
File Listing
The file content with the documentation metadata removed is:
14export namespace helios::engine::runtime::gameloop {
62 class PassCommitListener {
70 virtual ~PassCommitListener() = default;
92 virtual void onPassCommit(
93 CommitPoint commitPoint,
94 helios::engine::runtime::world::UpdateContext& updateContext) noexcept = 0;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.