Enumeration ENV

Different types of environments for WebGL.

Static

Memberof

PIXI

Enumeration Members

Enumeration Members

WEBGL: 1

Version 1 of WebGL

Default

1
WEBGL2: 2

Version 2 of WebGL

Default

2
WEBGL_LEGACY: 0

Used for older v1 WebGL devices. PixiJS will aim to ensure compatibility with older / less advanced devices. If you experience unexplained flickering prefer this environment.

Default

0

Generated using TypeDoc