Enum RenderTextureDepth
Specifies the bit depth for a render texture's depth buffer.
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public enum RenderTextureDepth
Fields
| Name | Description |
|---|---|
| Depth16 | 16-bit depth buffer. |
| Depth24 | 24-bit depth buffer. |
| Depth32 | 32-bit depth buffer. |