| 
    CeresEngine 0.2.0
    
   A game development framework 
   | 
 
#include "Forward.hpp"#include "RenderGraphBuffer.hpp"#include "RenderGraphImage.hpp"#include "RenderGraphResource.hpp"#include "CeresEngine/Foundation/SmartPtr.hpp"#include "CeresEngine/Foundation/Container/Variant.hpp"#include "CeresEngine/Foundation/Container/Vector.hpp"#include "CeresEngine/Graph/GraphNode.hpp"Go to the source code of this file.
Namespaces | |
| namespace | CeresEngine | 
| namespace | CeresEngine::RenderGraph2 | 
Typedefs | |
| using | CeresEngine::RenderGraph2::RenderGraphResourceOrSocket = Variant< GraphSocket *, RenderGraphImage * > |