|
Engine²
Open-source game engine written in C++.
|
#include "scheduler/Init.hpp"#include "scheduler/Setup.hpp"#include "scheduler/PreUpdate.hpp"#include "scheduler/Batching.hpp"#include "scheduler/CommandCreation.hpp"#include "scheduler/Extraction.hpp"#include "scheduler/PipelineCreation.hpp"#include "scheduler/Preparation.hpp"#include "scheduler/Presentation.hpp"#include "scheduler/Submission.hpp"#include "plugin/PluginRenderingPipeline.hpp"