IPostProcessingEffects Interface
Namespace: Stride.Rendering.Images
Assembly: Stride.Rendering.dll
public interface IPostProcessingEffects : ISharedRenderer, IIdentifiable, IGraphicsRendererBase, IDisposable
|
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
Draw(RenderDrawContext, RenderOutputValidator, Texture[], Texture, Texture)
void Draw(RenderDrawContext drawContext, RenderOutputValidator outputValidator, Texture[] inputs, Texture inputDepthStencil, Texture outputTarget)
Parameters
System.IDisposable.Dispose()
Extension Methods