Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    IPostProcessingEffects Interface

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

    public interface IPostProcessingEffects : ISharedRenderer, IIdentifiable, IGraphicsRendererBase, IDisposable
    Name Description
    Properties
    RequiresNormalBuffer
    RequiresSpecularRoughnessBuffer
    RequiresVelocityBuffer
    Methods
    Collect(RenderContext)
    Draw(RenderDrawContext, RenderOutputValidator, Texture[], Texture, Texture)
    | Improve this Doc View Source

    Properties


    RequiresNormalBuffer

    bool RequiresNormalBuffer { get; }
    Property Value
    Type Description
    System.Boolean

    RequiresSpecularRoughnessBuffer

    bool RequiresSpecularRoughnessBuffer { get; }
    Property Value
    Type Description
    System.Boolean

    RequiresVelocityBuffer

    bool RequiresVelocityBuffer { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Methods


    Collect(RenderContext)

    void Collect(RenderContext context)
    Parameters
    Type Name Description
    RenderContext context

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

    void Draw(RenderDrawContext drawContext, RenderOutputValidator outputValidator, Texture[] inputs, Texture inputDepthStencil, Texture outputTarget)
    Parameters
    Type Name Description
    RenderDrawContext drawContext
    RenderOutputValidator outputValidator
    Texture[] inputs
    Texture inputDepthStencil
    Texture outputTarget

    Inherited Members

    ISharedRenderer.Name
    IIdentifiable.Id
    IGraphicsRendererBase.Draw(RenderDrawContext)
    System.IDisposable.Dispose()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation