PostProcessingOptions Class
Configuration options for post-processing effects.
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. |