PostProcessing
Brine2D¶
Brine2D.Rendering.PostProcessing Namespace¶
| Classes | |
|---|---|
| PostProcessPipeline | Abstract base class for managing and executing post-processing effects. Backend implementations handle GPU-specific rendering details. Similar to ASP.NET middleware pipeline pattern. |
| Interfaces | |
|---|---|
| IPostProcessEffect | Interface for post-processing effects that transform rendered output. Effects are executed in order based on the Order property. Backend-agnostic interface - implementations handle GPU-specific details. |