UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

10 lines (9 loc) 151 B
/** * A Null implementation of the BindGroup. * * @ignore */ export class NullBindGroup { update(bindGroup: any): void; destroy(): void; }