Represents the initialization state of a FSRUpscalerContext. You can only use and set this when calling GraphicsDevice.CreateFSRUpscale3 or GraphicsDevice.CreateFSRUpscale4.
| Property | Description |
|---|---|
| displaySizeHeight | Height of display resolution (post-upscaling). |
| displaySizeWidth | Width of display resolution (post-upscaling). |
| ffxFsrFlags | See FfxApiCreateContextUpscaleFlags. |
| maxRenderSizeHeight | Max height of render resolution (pre-upscaling). |
| maxRenderSizeWidth | Max width of render resolution (pre-upscaling). |