PassThroughEffect Class

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

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.