Enum DepthTestModeType
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
Enumeration for depth buffer test (read) modes.
C#Copypublic enum DepthTestModeType : int
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 |