Struct ProbeVolumeSystemParameters
Initialization parameters for the probe volume system.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public struct ProbeVolumeSystemParameters
Fields
| Name | Description |
|---|---|
| blendingMemoryBudget | The memory budget determining the size of the textures used for blending between scenarios. |
| memoryBudget | The memory budget determining the size of the textures containing SH data. |
| offsetDebugMesh | The debug mesh used to visualize probes virtual offset in the debug view. |
| offsetDebugShader | The shader used to visualize probes virtual offset in the debug view. |
| probeDebugMesh | The debug mesh used to draw probes in the debug view. |
| probeDebugShader | The shader used to visualize the probes in the debug view. |
| scenarioBlendingShader | The compute shader used to interpolate between two lighting scenarios. Set to null if blending is not supported. |
| sceneData | |
| shBands | |
| supportStreaming | True if APV should support streaming of cell data. |
| supportsRuntimeDebug | True if APV is able to show runtime debug information. |