UNPKG

pixi.js

Version:

<p align="center"> <a href="https://pixijs.com" target="_blank" rel="noopener noreferrer"> <img height="150" src="https://files.pixijs.download/branding/pixijs-logo-transparent-dark.svg?v=1" alt="PixiJS logo"> </a> </p> <br/> <p align="center">

16 lines (15 loc) 465 B
import { ExtensionType } from '../../../extensions/Extensions'; import { UboSystem } from '../shared/shader/UboSystem'; /** * System plugin to the renderer to manage uniform buffers. But with an WGSL adaptor. * @category rendering * @advanced */ export declare class GlUboSystem extends UboSystem { /** @ignore */ static extension: { readonly type: readonly [ExtensionType.WebGLSystem]; readonly name: "ubo"; }; constructor(); }