Class PostProcessingGraphRenderFeature
Manages the post-processing graphs.
Inheritance
PostProcessingGraphRenderFeature
Implements
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class PostProcessingGraphRenderFeature : RenderFeature<PostProcessingGraphInfo>, IDisposable
Constructors
PostProcessingGraphRenderFeature(RenderManager)
Initializes a new instance of the PostProcessingGraphRenderFeature class.
Declaration
public PostProcessingGraphRenderFeature(RenderManager renderManager)
Parameters
Type | Name | Description |
---|---|---|
RenderManager | renderManager | The render manager. |