Initialize(IDeviceContext)
Initialize the RadeonRaysProbePostProcessor.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LightTransport.PostProcessing
- Assembly: UnityEditor.CoreModule
public bool Initialize(IDeviceContext context)
Parameters
Device context.
Returns
Type | Description |
|---|---|
| bool | True if the initialization was successful. |
Remarks
Must be called before using the other methods provided by the interface. When initializing the RadeonRaysProbePostProcessor, the compute kernels are compiled.