CreateFSRUpscale3(CommandBuffer, in FSRUpscalerCommandInitializationData)
Creates a FSR3 context.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.AMD
- Assembly: UnityEngine.AMDModule
CreateFSRUpscale3(CommandBuffer, FSRUpscalerCommandInitializationData)
public FSRUpscalerContext CreateFSRUpscale3(CommandBuffer cmd, in FSRUpscalerCommandInitializationData initSettings)
Parameters
The rendering command buffer to record commands into. This call does not execute the command buffer. You must execute the command buffer yourself at any time after this call.
A set of initialization settings for FSR3. If you want to change some options in it, then you need to create a new context.
Returns
Type | Description |
|---|---|
| FSRUpscalerContext | A FSR3 context. |