Namespace: ClearMask

ClearMask

ClearMask defines which data needs to be cleared when calling GL#clear

Properties:
Name Type Description
COLOR

Only clear the color buffer.

STENCIL

Only clear the stencil buffer.

DEPTH

Only clear the depth buffer.

COMPLETE

Clear all buffers.

See:
  • GL#clear