Provides the persistent context for managing FSR3 or FSR4 initialization and per-frame execution state.
This class encapsulates both immutable and mutable configuration data required to use FSR3 or FSR4.
It must persist across frames to maintain internal history and reconstruction buffers.
Use FSRUpscalerContext to implement a custom version of FSR3 or FSR4 outside of the Upscaler Framework.
Modify the FSRUpscalerContext.executeData property to adjust per-frame parameters before calling GraphicsDevice.ExecuteFSRUpscale3 or GraphicsDevice.ExecuteFSRUpscale4.
You can initialize FSRUpscalerContext using GraphicsDevice.CreateFSRUpscale3 or GraphicsDevice.CreateFSRUpscale4, and clean it up using GraphicsDevice.DestroyFeature.
| Property | Description |
|---|---|
| executeData | The mutable execution parameters used by FSR3 or FSR4 for each frame. |
| initData | The immutable initialization parameters used to configure FSR3 or FSR4 upscaling. |