Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::app::ExtractStage Struct Reference

Stage for per-frame extraction into sub-apps. More...

#include <schedules.hpp>

Static Public Attributes

static constexpr std::string_view kName = "helios::app::ExtractStage"

Detailed Description

Stage for per-frame extraction into sub-apps.

Definition at line 29 of file schedules.hpp.

Member Data Documentation

◆ kName

std::string_view helios::app::ExtractStage::kName = "helios::app::ExtractStage"
staticconstexpr

Definition at line 30 of file schedules.hpp.