ScaleSphericalHarmonicsL2(IDeviceContext, BufferSlice<SphericalHarmonicsL2>, BufferSlice<SphericalHarmonicsL2>, int, float)
Scale an array of SphericalHarmonicsL2 probes.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LightTransport.PostProcessing
- Assembly: UnityEditor.CoreModule
public bool ScaleSphericalHarmonicsL2(IDeviceContext context, BufferSlice<SphericalHarmonicsL2> shIn, BufferSlice<SphericalHarmonicsL2> shOut, int probeCount, float scale)
Parameters
Device context.
Source buffer of SphericalHarmonicsL2 probes to scale.
Destination buffer where the scaled SphericalHarmonicsL2 probes are written.
Number of SphericalHarmonicsL2 probes to scale.
Scaling factor.
Returns
Type | Description |
|---|---|
| bool | True if the operation was successfully added to the command queue on the context. |
Remarks
shOut = shIn * scale.