DestroyFeature(CommandBuffer, DLSSContext)
Destroys a specific feature created with GraphicsDevice.CreateFeature.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.NVIDIA
- Assembly: UnityEngine.NVIDIAModule
public void DestroyFeature(CommandBuffer cmd, DLSSContext dlssContext)
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.