Namespace UnityEngine.Experimental.Rendering.RenderGraphModule
Classes
RenderGraph
This class is the main entry point of the Render Graph system.
RenderGraphObjectPool
Helper class provided in the RenderGraphContext to all Render Passes. It allows you to do temporary allocations of various objects during a Render Pass.
RenderGraphResourceRegistry
The RenderGraphResourceRegistry holds all resource allocated during Render Graph execution.
Structs
RenderGraphBuilder
Use this struct to set up a new Render Pass.
RenderGraphContext
This struct specifies the context given to every render pass.
RenderGraphExecuteParams
This struct contains properties which control the execution of the Render Graph.
RenderGraphMutableResource
Handle to a writable Render Graph resource.
RenderGraphResource
Handle to a read-only Render Graph resource.
TextureDesc
Descriptor used to create texture resources
Enums
DepthAccess
Sets the read and write access for the depth buffer.
TextureSizeMode
The mode that determines the size of a Texture.
Delegates
RenderFunc<PassData>
The Render Pass rendering delegate.