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