CreateFeature(CommandBuffer, in DLSSCommandInitializationData)
Creates a specific NVIDIA feature.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.NVIDIA
- Assembly: UnityEngine.NVIDIAModule
CreateFeature(CommandBuffer, DLSSCommandInitializationData)
public DLSSContext CreateFeature(CommandBuffer cmd, in DLSSCommandInitializationData 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.
Initial settings structure for the specific feature.
Returns
Type | Description |
|---|---|
| DLSSContext | Returns a Deep Learning Super Sampling (DLSS) context object. |
Remarks
initSettings