Enumeration BUFFER_BITS

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

Static

Memberof

PIXI

Enumeration Members

Enumeration Members

COLOR: 16384

Indicates the buffers currently enabled for color writing.

Default

0x00004000
DEPTH: 256

Indicates the depth buffer.

Default

0x00000100
STENCIL: 1024

Indicates the stencil buffer.

Default

0x00000400

Generated using TypeDoc