Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ENV

Different types of environments for WebGL.

static
memberof

PIXI

name

ENV

property

{number} WEBGL_LEGACY - 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.

property

{number} WEBGL - Version 1 of WebGL

property

{number} WEBGL2 - Version 2 of WebGL

Index

Enumeration members

Enumeration members

WEBGL

WEBGL: = 1

WEBGL2

WEBGL2: = 2

WEBGL_LEGACY

WEBGL_LEGACY: = 0

Generated using TypeDoc