Skip to main content

systems Folder

Files Index

filehelios/engine/modules/rendering/viewport/systems/_module.ixx

Viewport systems submodule. More...

fileStateToViewportPolicyUpdateSystem.ixx

System that updates active viewports based on game/match state. More...

Description

helios::engine::modules::rendering::viewport::systems

Systems for viewport state updates.

Systems

SystemPurpose
StateToViewportPolicyUpdateSystemUpdates active viewports based on state policy

StateToViewportPolicyUpdateSystem

Queries the current GameState and MatchState from the session, then uses the configured StateToViewportPolicy to determine which viewports should be active. The resulting viewport IDs are stored in the session for use by the rendering system.

Registration:

 systemRegistry.add<StateToViewportPolicyUpdateSystem>(
  Phase::Pre,
  std::move(policy)
 );


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.