Enum ProbeVolumeTextureMemoryBudget
Possible values for the probe volume memory budget (determines the size of the textures used).
Namespace: UnityEngine.Experimental.Rendering
Syntax
[Serializable]
public enum ProbeVolumeTextureMemoryBudget
Fields
| Name | Description | Value | 
|---|---|---|
| MemoryBudgetLow | Low Budget  | 
512 | 
| MemoryBudgetMedium | Medium Budget  | 
1024 | 
| MemoryBudgetHigh | High Budget  | 
2048 |