PostProcessingServiceCollectionExtensions.AddPostProcessing(this IServiceCollection, Action) Method
Definition¶
Namespace: Brine2D.Rendering.SDL
Adds SDL3 post-processing support to the rendering pipeline. Call this after AddSDL3Rendering() to enable post-process effects.
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddPostProcessing(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action<Brine2D.Rendering.SDL.PostProcessing.PostProcessingOptions>? configure=null);
Parameters¶
services Microsoft.Extensions.DependencyInjection.IServiceCollection
configure System.Action<PostProcessingOptions>