Skip to content

SDL3PostProcessPipeline.SetEffectDimensions(int, int) Method

Definition

Namespace: Brine2D.Rendering.SDL.PostProcessing

Propagate new dimensions to all SDL3 post-process effects. Call this when render targets are recreated (e.g. on window resize). If effects haven't been initialized yet, dimensions are deferred until first Execute.

public void SetEffectDimensions(int width, int height);

Parameters

width System.Int32

height System.Int32