pixi-jsType aliases
Type Alias: GlRenderingContext
> GlRenderingContext = WebGL2RenderingContext
Defined in: node_modules/pixi.js/lib/rendering/renderers/gl/context/GlRenderingContext.d.ts:8
The WebGL rendering context type used by the PixiJS WebGL renderer.
This is typically a WebGL2RenderingContext, which is the default for PixiJS.
It is used to ensure that the renderer operates with the correct context type.