CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Forward.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
11
13 class RenderGraph;
14
16 class RenderGraphImage;
18} // namespace CeresEngine::RenderGraph2
19
#define CE_RCPTR_TRAIT_DECL(ClassName)
Definition SmartPtr.hpp:375
Definition RenderGraphBuffer.hpp:31
Represents a graph type that can be used for describring the whole rendering process in the engine.
Definition RenderGraph.hpp:33
A RenderGraph resource that represents a GPU image.
Definition RenderGraphImage.hpp:76
Definition RenderGraphResource.hpp:26
Definition Forward.hpp:12