Skip to content

PassThroughEffect Class

Definition

Namespace: Brine2D.Rendering.SDL.PostProcessing.Effects

Simple pass-through effect that copies source to target with no modifications. Useful for validating the post-processing pipeline works correctly.

C#
public class PassThroughEffect : Brine2D.Rendering.SDL.PostProcessing.ISDL3PostProcessEffect, Brine2D.Rendering.PostProcessing.IPostProcessEffect

Inheritance System.Object → PassThroughEffect

Implements ISDL3PostProcessEffect, IPostProcessEffect

Methods
SetDimensions\(int, int\) Update dimensions when viewport changes.