LogoPixi’VN
pixi-jsType aliases

Type Alias: ContextIds

> ContextIds = "2d" | "bitmaprenderer" | "webgl" | "experimental-webgl" | "webgl2" | "experimental-webgl2" | "webgpu"

Defined in: node_modules/pixi.js/lib/environment/canvas/ICanvas.d.ts:8

The context identifiers for the canvas. These identifiers are used to specify the type of rendering context to create.

Advanced