Skip to content

PostProcessingOptions.Enabled Property

Definition

Namespace: Brine2D.Rendering.SDL.PostProcessing

Enable or disable post-processing. When disabled, rendering goes directly to swapchain. Default: false

public bool Enabled { get; set; }

Property Value

System.Boolean