depthLoadAction
Load action for the depth/stencil buffer.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public RenderBufferLoadAction depthLoadAction { get; set; }
Remarks
Not all platforms support load actions. If the platform you are using does not support load actions, RenderBufferLoadAction.Load will be used instead.