UNPKG

playcanvas

Version:

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

9 lines (8 loc) 136 B
/** * A Null implementation of the IndexBuffer. * * @ignore */ export class NullIndexBuffer { unlock(indexBuffer: any): void; }