Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration BUFFER_BITS

Bitwise OR of masks that indicate the buffers to be cleared.

static
memberof

PIXI

name

BUFFER_BITS

property

{number} COLOR - Indicates the buffers currently enabled for color writing.

property

{number} DEPTH - Indicates the depth buffer.

property

{number} STENCIL - Indicates the stencil buffer.

Index

Enumeration members

Enumeration members

COLOR

COLOR: = 16384

DEPTH

DEPTH: = 256

STENCIL

STENCIL: = 1024

Generated using TypeDoc