Interface IPostProcessingEffects
public interface IPostProcessingEffects : ISharedRenderer, IIdentifiable, IGraphicsRendererBase, IDisposable
  - Inherited Members
 
- Extension Methods
 
Properties
RequiresNormalBuffer
bool RequiresNormalBuffer { get; }
  Property Value
RequiresSpecularRoughnessBuffer
bool RequiresSpecularRoughnessBuffer { get; }
  Property Value
RequiresVelocityBuffer
bool RequiresVelocityBuffer { get; }
  Property Value
Methods
Collect(RenderContext)
void Collect(RenderContext context)
  Parameters
contextRenderContext
Draw(RenderDrawContext, RenderOutputValidator, Span<Texture>, Texture, Texture)
void Draw(RenderDrawContext drawContext, RenderOutputValidator outputValidator, Span<Texture> inputs, Texture inputDepthStencil, Texture outputTarget)
  Parameters
drawContextRenderDrawContextoutputValidatorRenderOutputValidatorinputsSpan<Texture>inputDepthStencilTextureoutputTargetTexture