LESS
Passes the depth test if the fragment’s depth is less than the stored depth. This is the most common depth test function for standard 3D rendering, as it ensures closer objects occlude farther ones.
| Name | Summary |
|---|
encoding | val encoding: Int
Integer value corresponding to the native graphics API encoding for this depth test function |
name | val name: String |
ordinal | val ordinal: Int |