Enum DepthMapProperties.DepthEncoding
The depth rendering mode.
public enum DepthMapProperties.DepthEncoding
Fields
Linear = 0Depth is mapped linearly between near and far plane.
Logarithmic = 1Depth is mapped logarithmically between near and far plane.