UNPKG

playcanvas

Version:

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

9 lines (8 loc) 189 B
/** * Null implementation of DrawCommands. * * @ignore */ export class NullDrawCommands { add(i: any, indexOrVertexCount: any, instanceCount: any, firstIndexOrVertex: any): void; }