class in UnityEngine.LightTransport.PostProcessing
Implements interfaces:IProbePostProcessor
RadeonRaysProbePostProcessor.
The RadeonRaysProbePostProcessor implements the IProbePostProcessor interface. It is using the OpenCL 1.2 API for compute.
| Description | |
|---|---|
| RadeonRaysProbePostProcessor | Constructor. |
| Description | |
|---|---|
| AddSphericalHarmonicsL2 | Add two arrays of SphericalHarmonicsL2 together. |
| ConvertToUnityFormat | Converts light probes encoded as SphericalHarmonicsL2 to the format expected by the Unity renderer. |
| ConvolveRadianceToIrradiance | Convolve radiance to irradiance. |
| DeringSphericalHarmonicsL2 | De-ring an array of SphericalHarmonicsL2 probes. |
| Dispose | Disposes the post processor. |
| Initialize | Initialize the RadeonRaysProbePostProcessor. |
| ScaleSphericalHarmonicsL2 | Scale an array of SphericalHarmonicsL2 probes. |
| WindowSphericalHarmonicsL2 | Apply a windowing operation on an array of SphericalHarmonicsL2 probes. |