Table of Contents

Interface IPostProcessingEffects

Namespace
Stride.Rendering.Images
Assembly
Stride.Rendering.dll
public interface IPostProcessingEffects : ISharedRenderer, IIdentifiable, IGraphicsRendererBase, IDisposable
Inherited Members
Extension Methods

Properties

RequiresNormalBuffer

bool RequiresNormalBuffer { get; }

Property Value

bool

RequiresSpecularRoughnessBuffer

bool RequiresSpecularRoughnessBuffer { get; }

Property Value

bool

RequiresVelocityBuffer

bool RequiresVelocityBuffer { get; }

Property Value

bool

Methods

Collect(RenderContext)

void Collect(RenderContext context)

Parameters

context RenderContext

Draw(RenderDrawContext, RenderOutputValidator, Texture[], Texture, Texture)

void Draw(RenderDrawContext drawContext, RenderOutputValidator outputValidator, Texture[] inputs, Texture inputDepthStencil, Texture outputTarget)

Parameters

drawContext RenderDrawContext
outputValidator RenderOutputValidator
inputs Texture[]
inputDepthStencil Texture
outputTarget Texture