Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
RenderingPipeline.hpp
Go to the documentation of this file.
1
#pragma once
2
3
// Schedulers
4
#include "
scheduler/Init.hpp
"
5
#include "
scheduler/Setup.hpp
"
6
7
#include "
scheduler/PreUpdate.hpp
"
8
9
#include "
scheduler/Batching.hpp
"
10
#include "
scheduler/CommandCreation.hpp
"
11
#include "
scheduler/Extraction.hpp
"
12
#include "
scheduler/PipelineCreation.hpp
"
13
#include "
scheduler/Preparation.hpp
"
14
#include "
scheduler/Presentation.hpp
"
15
#include "
scheduler/Submission.hpp
"
16
17
// Plugin
18
#include "
plugin/PluginRenderingPipeline.hpp
"
Batching.hpp
CommandCreation.hpp
Extraction.hpp
Init.hpp
PipelineCreation.hpp
PluginRenderingPipeline.hpp
PreUpdate.hpp
Preparation.hpp
Presentation.hpp
Setup.hpp
Submission.hpp
src
plugin
rendering-pipeline
src
RenderingPipeline.hpp
Generated by
1.16.1