Skip to content

ISDL3PostProcessEffect Interface

Definition

Namespace: Brine2D.Rendering.SDL.PostProcessing

SDL3-specific post-processing effect interface. Extends the base interface with GPU-specific rendering details.

C#
public interface ISDL3PostProcessEffect : Brine2D.Rendering.PostProcessing.IPostProcessEffect

Derived
BlurEffect
GrayscaleEffect
PassThroughEffect

Implements IPostProcessEffect

Methods
SetDimensions\(int, int\) Update the effect's internal render dimensions \(e\.g\. on window resize\).