Enumeration ENV

Different types of environments for WebGL.

PIXI

Enumeration Members

Enumeration Members

WEBGL: 1

Version 1 of WebGL

1
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.

0
WEBGL2: 2

Version 2 of WebGL

2