Table of Contents

Interface IScreenSpaceAntiAliasingEffect

Namespace
Stride.Rendering.Images
Assembly
Stride.Rendering.dll

Common interface for a screen-space anti-aliasing effect

public interface IScreenSpaceAntiAliasingEffect : IImageEffect, IGraphicsRenderer, IGraphicsRendererBase, IGraphicsRendererCore, IDisposable
Inherited Members
Extension Methods

Properties

NeedRangeDecompress

bool NeedRangeDecompress { get; }

Property Value

bool

RequiresDepthBuffer

bool RequiresDepthBuffer { get; }

Property Value

bool

RequiresVelocityBuffer

bool RequiresVelocityBuffer { get; }

Property Value

bool