Enum DepthTestMode
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for depth buffer test (read) modes.
public enum DepthTestMode
Fields
| Name | Description |
|---|---|
| Auto | Renderer only reads from the depth buffer if in a 3D layer |
| Off | Renderer does not read from the depth buffer |
| On | Renderer reads from the depth buffer based on the DepthFunction |