class in UnityEngine.LightTransport
Implements interfaces:IProbeIntegrator
RadeonRays-based light probe integrator.
This integrator implementation uses the RadeonRaysContext class, which implements the IDeviceContext interface. It uses the RadeonRays SDK for intersection testing and the OpenCL 1.2 API for compute.
RadeonRaysProbeIntegrator | Constructor. |
Dispose | Disposes the probe integrator. |
IntegrateDirectRadiance | Integrate direct radiance. |
IntegrateIndirectRadiance | Integrate indirect radiance. |
IntegrateOcclusion | Integrate occlusion. |
IntegrateValidity | Integrate validity. |
Prepare | Prepare the integrator. |
SetProgressReporter | Set progress tracker. |