UNPKG

playcanvas

Version:

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

11 lines (10 loc) 199 B
/** * A Null implementation of the UniformBuffer. * * @ignore */ export class NullUniformBuffer { destroy(device: any): void; loseContext(): void; unlock(uniformBuffer: any): void; }