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
context
RenderContext
Draw(RenderDrawContext, RenderOutputValidator, Texture[], Texture, Texture)
void Draw(RenderDrawContext drawContext, RenderOutputValidator outputValidator, Texture[] inputs, Texture inputDepthStencil, Texture outputTarget)
Parameters
drawContext
RenderDrawContextoutputValidator
RenderOutputValidatorinputs
Texture[]inputDepthStencil
TextureoutputTarget
Texture