UNPKG

playcanvas

Version:

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

10 lines (9 loc) 171 B
/** * A Null implementation of the VertexBuffer. * * @ignore */ export class NullVertexBuffer { destroy(device: any): void; unlock(vertexBuffer: any): void; }