/** * 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. * @category rendering * @advanced */ export type GlRenderingContext = WebGL2RenderingContext;