CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
RenderGraphCompiler.hpp
Go to the documentation of this file.
1//
2// CeresEngine - A game development framework
3//
4// Created by Rogiel Sulzbach.
5// Copyright (c) 2018-2022 Rogiel Sulzbach. All rights reserved.
6//
7
8#pragma once
9
10#include "Forward.hpp"
11
12#include "RenderGraph.hpp"
13
15
17 private:
19
20 public:
22
23 public:
24 void compile();
25 };
26
27} // namespace CeresEngine::RenderGraph2
Definition RenderGraphCompiler.hpp:16
RenderGraphCompiler(RenderGraph &graph)
Definition RenderGraphCompiler.hpp:21
RenderGraph & mGraph
Definition RenderGraphCompiler.hpp:18
Represents a graph type that can be used for describring the whole rendering process in the engine.
Definition RenderGraph.hpp:33
Definition Forward.hpp:12
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25