DestroyFeature(CommandBuffer, FSR2Context)
Destroys a specific FSR2Context created with GraphicsDevice.CreateFeature.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.AMD
- Assembly: UnityEngine.AMDModule
public void DestroyFeature(CommandBuffer cmd, FSR2Context fsrContext)
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.
The command object to destroy.