GlesDepthFormat Enum

Definition

The format of the depth renderbuffer.

public enum GlesDepthFormat
Inheritance
GlesDepthFormat

Fields

Format16 1

A 16-bit depth entry for each pixel.

Format24 2

A 24-bit depth entry for each pixel.

None 0

The underlying framebuffer object has no depth buffer.

Applies to