Definition GraphSocket.hpp:46
Definition RenderGraphBuilder.hpp:17
void write(RenderGraphResource &resource)
void setDepthAttachment(GraphSocket &socket, const RenderGraphImageDescriptor &descriptor)
void read(GraphSocket &socket)
void setDepthAttachment(RenderGraphImage &image)
void write(GraphSocket &socket)
void addColorAttachment(GraphSocket &socket)
void addColorAttachment(const RenderGraphImageDescriptor &descriptor)
void addColorAttachment(RenderGraphImage &image)
void setDepthAttachment(GraphSocket &socket)
void setDepthAttachment(const RenderGraphImageDescriptor &descriptor)
void addColorAttachment(GraphSocket &socket, const RenderGraphImageDescriptor &descriptor)
void read(RenderGraphResource &resource)
A RenderGraph resource that represents a GPU image.
Definition RenderGraphImage.hpp:76
Definition RenderGraphResource.hpp:26
Definition Forward.hpp:12
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25
Definition RenderGraphBuilder.hpp:19
Definition RenderGraphBuilder.hpp:21
Definition RenderGraphBuilder.hpp:23
Definition RenderGraphBuilder.hpp:29
Definition RenderGraphBuilder.hpp:25
Definition RenderGraphBuilder.hpp:27
A structure that describes how an Image Resource should be created during Render Graph execution.
Definition RenderGraphImage.hpp:44