Skip to content

PostProcessingOptions Class

Definition

Namespace: Brine2D.Rendering.SDL.PostProcessing

Configuration options for post-processing effects.

C#
public class PostProcessingOptions

Inheritance System.Object → PostProcessingOptions

Properties
Enabled Enable or disable post-processing. When disabled, rendering goes directly to swapchain. Default: false
RenderTargetFormat Texture format for render targets. When null, the swapchain format detected at initialization is used.