UNPKG

playcanvas

Version:

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

10 lines (8 loc) 188 B
/** * Null implementation of DrawCommands. * * @ignore */ class NullDrawCommands { add(i, indexOrVertexCount, instanceCount, firstIndexOrVertex) {} } export { NullDrawCommands };