Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ClearFlag

Index

Enumeration members

Enumeration members

ALL

ALL: = COLOR | DEPTH | STENCIL

COLOR

COLOR: = 1

DEPTH

DEPTH: = 2

DEPTH_STENCIL

DEPTH_STENCIL: = DEPTH | STENCIL

NONE

NONE: = 0

STENCIL

STENCIL: = 4

Generated using TypeDoc